HttpClient

Undocumented in source.

Constructors

this
this(string rootUri)
Undocumented in source.
this
this(Uri rootUri)
Undocumented in source.

Members

Functions

get
StrictAction!(StrictTrigger.Sync, void, HttpResponseMessage) get(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
post
StrictAction!(StrictTrigger.Sync, void, HttpResponseMessage) post(string path, string[string] fields)
Undocumented in source. Be warned that the author may not have intended to support it.
post
StrictAction!(StrictTrigger.Sync, void, HttpResponseMessage) post(string path, HttpContent content)
Undocumented in source. Be warned that the author may not have intended to support it.
put
StrictAction!(StrictTrigger.Sync, void, HttpResponseMessage) put(string path, HttpContent content)
Undocumented in source. Be warned that the author may not have intended to support it.
send
StrictAction!(StrictTrigger.Sync, void, HttpResponseMessage) send(string method, string path, HttpContent content)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

credentials
NetworkCredential credentials [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rootUri
Uri rootUri [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta