HTTPD_Request.MultiPart

Undocumented in source.

Constructors

this
this(HTTPD_Request rq)

Find boundary from request headers, skip to begin of the first part, create first part(read/parse headers, stop on the body begin)

Members

Functions

opApply
int opApply(int delegate(Part p) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
skipHeaders
auto skipHeaders()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_boundary
string _boundary;
Undocumented in source.
_ds
_DataSource _ds;
Undocumented in source.
_part
Part _part;
Undocumented in source.

Meta