- contentType
string contentType [@property getter]
string contentType [@property setter]
Returns the mime type part of the 'Content-Type' header.
- contentTypeParameters
string contentTypeParameters [@property getter]
Returns any supplementary parameters of the 'Content-Type' header.
- cookies
CookieValueMap cookies [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- files
FilePartFormFields files [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- form
FormFields form [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fullURL
URL fullURL [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- host
string host [@property getter]
string host [@property setter]
Shortcut to the 'Host' header (always present for HTTP 1.1)
- json
Json json [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- peer
string peer [@property getter]
The IP address of the client
- persistent
bool persistent [@property getter]
Determines if the connection persists across requests.
- query
FormFields query [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- rootDir
string rootDir [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- serverSettings
const(HTTPServerSettings) serverSettings [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- timeCreated
SysTime timeCreated [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
/ NOTE: just a possible idea for the low level api