Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit d4c8a17

Browse files
committed
Update README.md
1 parent 257ab03 commit d4c8a17

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
@@ -86,7 +86,7 @@ HTTP request method, can be one of `get`, `post`, `delete`, and `put`, case-inse
8686
#### url:`string` Required
8787
HTTP request destination url.
8888
#### headers:`object` (Optional)
89-
Headers of HTTP request, value of headers should be `stringified`.
89+
Headers of HTTP request, value of headers should be `stringified`, if you're uploading binary files, content-type should be 'application/octet-stream' (multipart/form-data will be available in next release).
9090
#### body:`string` (Optional)
9191
Body of the HTTP request, body MUST be a BASE64 string, this string will be converted into byte array in native code.
9292

0 commit comments

Comments
 (0)