Request.post

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response post(string uri, string[string] query)
  2. Response post(string uri, QueryParam[] query)
  3. Response post(string uri, MultipartForm form)
  4. Response post(string uri, R content, string contentType)
    struct Request
    post
    (
    R
    )
    (
    string uri
    ,,
    string contentType = "application/octet-stream"
    )

Meta