We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3ac52 commit 87bc55dCopy full SHA for 87bc55d
api/src/main/java/org/asynchttpclient/multipart/MultipartBody.java
@@ -68,6 +68,10 @@ public String getContentType() {
68
return contentType;
69
}
70
71
+ public byte[] getBoundary() {
72
+ return boundary;
73
+ }
74
+
75
// RandomAccessBody API, suited for HTTP but not for HTTPS
76
public long transferTo(long position, WritableByteChannel target) throws IOException {
77
0 commit comments