Companion

object Companion

Functions

Link copied to clipboard
fun create(body: RequestBody): MultipartRequestBody.Part
fun create(headers: Headers?, body: RequestBody): MultipartRequestBody.Part
Link copied to clipboard
fun createFormData(    name: String,     filename: String?,     headers: Headers?,     body: RequestBody): MultipartRequestBody.Part