DavRequest

The HTTP request wrapper

Constructors

this
this(HTTPServerRequest req)
Undocumented in source.

Members

Functions

ifModifiedSince
bool ifModifiedSince(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
ifNoneMatch
bool ifNoneMatch(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

Create
string Create [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Create
DavRequest Create(string requestUrl, string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
content
DavProp content [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
contentLength
ulong contentLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
depth
DavDepth depth [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
destination
URL destination [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ifCondition
IfHeader ifCondition [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lockToken
string lockToken [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
overwrite
bool overwrite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
path
string path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rawContent
ubyte[] rawContent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
requestUrl
string requestUrl [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
stream
InputStream stream [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
Duration timeout [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
url
URL url [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
username
string username [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta