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

NameTypeDescription
_sources MultipartForm.FormData[]

Methods

NameDescription
add
add
empty

Inner structs

NameDescription
FormData