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)
    struct Request
    httpGet
    (
    Range
    )
    (
    const string path
    ,
    auto ref Range range
    )
    if (
    isInputRange!Range &&
    is(ElementType!Range == string)
    )
  5. Response httpGet(string path, Args args)

Meta