Builder
Constructors
Types
Functions
Link copied to clipboard
fun addFormDataPart( name: String, filename: String? = null, headers: Headers? = null, body: RequestBody): MultipartRequestBody.Builder
Content copied to clipboard
Add a form data part to the body.
Link copied to clipboard
Assemble the specified parts into a request body.
Link copied to clipboard
Link copied to clipboard