- abort
void abort()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAllResponseHeaders
auto getAllResponseHeaders()
Undocumented in source. Be warned that the author may not have intended to support it.
- getResponseHeader
auto getResponseHeader(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- onreadystatechange
void onreadystatechange(EventHandler onreadystatechange)
Undocumented in source. Be warned that the author may not have intended to support it.
- onreadystatechange
auto onreadystatechange()
Undocumented in source. Be warned that the author may not have intended to support it.
- open
void open(string method, string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- open
void open(string method, string url, bool async, Optional!(T3) username, Optional!(T4) password)
Undocumented in source. Be warned that the author may not have intended to support it.
- open
void open(string method, string url, bool async, Optional!(T3) username)
Undocumented in source. Be warned that the author may not have intended to support it.
- open
void open(string method, string url, bool async)
Undocumented in source. Be warned that the author may not have intended to support it.
- overrideMimeType
void overrideMimeType(string mime)
Undocumented in source. Be warned that the author may not have intended to support it.
- readyState
auto readyState()
Undocumented in source. Be warned that the author may not have intended to support it.
- response
auto response()
Undocumented in source. Be warned that the author may not have intended to support it.
- responseText
auto responseText()
Undocumented in source. Be warned that the author may not have intended to support it.
- responseType
void responseType(XMLHttpRequestResponseType responseType)
Undocumented in source. Be warned that the author may not have intended to support it.
- responseType
auto responseType()
Undocumented in source. Be warned that the author may not have intended to support it.
- responseURL
auto responseURL()
Undocumented in source. Be warned that the author may not have intended to support it.
- responseXML
auto responseXML()
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(Optional!(T0) body_)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send()
Undocumented in source. Be warned that the author may not have intended to support it.
- setRequestHeader
void setRequestHeader(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- status
auto status()
Undocumented in source. Be warned that the author may not have intended to support it.
- statusText
auto statusText()
Undocumented in source. Be warned that the author may not have intended to support it.
- timeout
void timeout(uint timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- timeout
auto timeout()
Undocumented in source. Be warned that the author may not have intended to support it.
- upload
auto upload()
Undocumented in source. Be warned that the author may not have intended to support it.
- withCredentials
void withCredentials(bool withCredentials)
Undocumented in source. Be warned that the author may not have intended to support it.
- withCredentials
auto withCredentials()
Undocumented in source. Be warned that the author may not have intended to support it.