HttpClient.post

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

Meta