Request.exec

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response exec(string url, A args)
  2. Response exec(string url, string[string] query)
    struct Request
    exec
    (
    string method = "GET"
    )
    (
    string url
    ,
    string[string] query
    )

Meta