DavResponse

The HTTP response wrapper

Constructors

this
this(HTTPServerResponse res)
Undocumented in source.

Members

Functions

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(string value, T key)
Undocumented in source. Be warned that the author may not have intended to support it.
setPropContent
void setPropContent(DavResource[] list, bool[string] props, HTTPStatus[string] responseCodes)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

content
string content [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
content
DavProp content [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
mimeType
string mimeType [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

Create
DavResponse Create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

statusCode
HTTPStatus statusCode;
Undocumented in source.

Meta