|
@@ -161,7 +161,7 @@ Headers of HTTP request, value of headers should be `stringified`, if you're upl
|
161
|
161
|
Body of the HTTP request, body can either be a BASE64 string, or an array contains object elements, each element have 2 required property `name`, and `data`, and 1 optional property `filename`, once `filename` is set, content in `data` property will be consider as BASE64 string that will be converted into byte array later.
|