HTTPD_Request

Undocumented in source.

Members

Classes

_DataSource
class _DataSource
Undocumented in source.

Functions

cookies
auto ref cookies()
Undocumented in source. Be warned that the author may not have intended to support it.
createDataSource
auto createDataSource(string partialBody, NetworkStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
loadBodyOnDemand
void loadBodyOnDemand(_DataSource ds)
Undocumented in source. Be warned that the author may not have intended to support it.
multiPartRead
auto multiPartRead()
Undocumented in source. Be warned that the author may not have intended to support it.
query
auto ref query()
Undocumented in source. Be warned that the author may not have intended to support it.
read
auto read()
Undocumented in source. Be warned that the author may not have intended to support it.
requestBody
auto ref requestBody()
Undocumented in source. Be warned that the author may not have intended to support it.
requestHeaders
auto ref requestHeaders()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

contentType
auto contentType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
data
ubyte[] data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
files
auto files [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
form
string[string] form [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
json
string json [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
requestHasBody
bool requestHasBody [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MultiPart
struct MultiPart
Undocumented in source.
Part
struct Part
Undocumented in source.
PartData
struct PartData
Undocumented in source.

Meta