Request.execute

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response execute(string method, string url, R content, string ct)
    struct Request
    execute
    (
    R
    )
    (
    string method
    ,
    string url
    ,,
    string ct = "application/octet-stream"
    )
    if (
    isInputRange!R
    )
  2. Response execute(string method, string url, MultipartForm form)
  3. Response execute(string method, string url, QueryParam[] params)

Meta