MultipartBody.Part

Undocumented in source.

Members

Functions

headers
HttpFields headers()
Undocumented in source. Be warned that the author may not have intended to support it.
requestBody
HttpBody requestBody()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
Part create(HttpBody requestBody)
Undocumented in source. Be warned that the author may not have intended to support it.
create
Part create(HttpFields headers, HttpBody requestBody)
Undocumented in source. Be warned that the author may not have intended to support it.
createFormData
Part createFormData(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
createFormData
Part createFormData(string name, string value, string contentType)
Undocumented in source. Be warned that the author may not have intended to support it.
createFormData
Part createFormData(string name, string filename, HttpBody requestBody)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta