Request.httpGet

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response httpGet(string path)
  2. Response httpGet(string path, string data)
  3. Response httpGet(string path, T data)
  4. Response httpGet(string path, Range range)
  5. Response httpGet(string path, Args args)
    struct Request
    httpGet
    (
    Args...
    )
    (
    const string path
    ,
    auto ref Args args
    )
    if (
    Args.length > 1
    )

Meta