class FormItem : PartData
Represents a multipart form item
FormItem(value: String, dispose: () -> Unit, partHeaders: Headers)
Represents a multipart form item |
val value: String
of this field |
val contentDisposition: ContentDisposition?
Parsed |
|
val contentType: ContentType?
Parsed |
|
val dispose: () -> Unit
to be invoked when this part is no longed needed |
|
val headers: Headers
of this part, could be inaccurate on some engines |
|
val name: String?
Optional part name based on |
|
val |
|
val |