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 77eb5b9 commit 8abc6fcCopy full SHA for 8abc6fc
src/main/java/com/ning/http/client/multipart/MultipartBody.java
@@ -69,6 +69,10 @@ public String getContentType() {
69
return contentType;
70
}
71
72
+ public byte[] getBoundary() {
73
+ return boundary;
74
+ }
75
+
76
// RandomAccessBody API, suited for HTTP but not for HTTPS
77
public long transferTo(long position, WritableByteChannel target) throws IOException {
78
0 commit comments