We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f966c commit a31faffCopy full SHA for a31faff
README.md
@@ -208,7 +208,7 @@ Future<HttpResponse<JsonNode>> future = Unirest.post("http://httpbin.org/post")
208
```
209
210
## File Uploads
211
-Creating `multipart` requests with Java is trivial, simply pass along a `File` Object as a field:
+Creating `multipart` requests with Java is trivial, simply pass along a `File` or an InputStream Object as a field:
212
213
```java
214
HttpResponse<JsonNode> jsonResponse = Unirest.post("http://httpbin.org/post")
0 commit comments