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)
  2. Response execute(string method, string url, MultipartForm form)
  3. Response execute(string method, string url, QueryParam[] params)
    struct Request
    execute
    (
    string method
    ,
    string url
    ,
    QueryParam[] params = null
    )

Meta