Client.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string get(string key)
  2. auto get(Range range)
  3. auto get(Args args)
    struct Client
    get
    (
    Args...
    )
    (
    auto ref Args args
    )
    if (
    Args.length > 1 &&
    is(Args[0] == string)
    )

Meta