Skip to content

Commit a31faff

Browse files
author
Shashi Ranjan
committed
updated Readme for new version 1.4.8
1 parent e1f966c commit a31faff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Future<HttpResponse<JsonNode>> future = Unirest.post("http://httpbin.org/post")
208208
```
209209

210210
## File Uploads
211-
Creating `multipart` requests with Java is trivial, simply pass along a `File` Object as a field:
211+
Creating `multipart` requests with Java is trivial, simply pass along a `File` or an InputStream Object as a field:
212212

213213
```java
214214
HttpResponse<JsonNode> jsonResponse = Unirest.post("http://httpbin.org/post")

0 commit comments

Comments
 (0)