The OpenD Programming Language

HTTPD_Request.MultiPart

Undocumented in source.
struct HTTPD_Request
struct MultiPart {
string _boundary;
_DataSource _ds;
Part _part;
}

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)

Meta