- 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.