HTTPD_Response

Undocumented in source.

Constructors

this
this(HTTPD_Request request, C content, ushort status)
Undocumented in source.

Members

Functions

content
void content(C c)
Undocumented in source. Be warned that the author may not have intended to support it.
cookies
Cookie[] cookies()
Undocumented in source. Be warned that the author may not have intended to support it.
headers
string[string] headers()
Undocumented in source. Be warned that the author may not have intended to support it.
selectCompression
auto selectCompression(HTTPD_Request rq, HTTPD_Response rs)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(NetworkStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
sendCookies
void sendCookies(NetworkStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

compress
Compression compress [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_compression
Compression _compression;
Undocumented in source.
_content
C _content;
Undocumented in source.
_cookies
Cookie[] _cookies;
Undocumented in source.
_headers
string[string] _headers;
Undocumented in source.
_request
HTTPD_Request _request;
Undocumented in source.
_status
ushort _status;
Undocumented in source.
_status_reason
string _status_reason;
Undocumented in source.

Inherited Members

From _Response

send
void send(NetworkStream )
Undocumented in source.
headers
string[string] headers()
Undocumented in source.

Meta