Struct MultipartForm
This struct used to bulld POST's to forms. Each part have name and data. data is something that can be read-ed and have size. For example this can be string-like object (wrapped for reading) or opened File.
struct MultipartForm
;
Fields
Name | Type | Description |
---|---|---|
_sources
|
MultipartForm |
Methods
Name | Description |
---|---|
add
|
|
add
|
|
empty
|
Inner structs
Name | Description |
---|---|
FormData
|