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.

Members

Functions

add
auto add(FormData d)
Undocumented in source. Be warned that the author may not have intended to support it.
add
auto add(string name, FiniteReadable i, string[string] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FormData
struct FormData
Undocumented in source.

Variables

_sources
FormData[] _sources;
Undocumented in source.

Meta