requests.utils

Undocumented in source.

Members

Aliases

Cookie
alias Cookie = Tuple!(string, "path", string, "domain", string, "attr", string, "value")
Undocumented in source.
QueryParam
alias QueryParam = Tuple!(string, "key", string, "value")
Undocumented in source.

Functions

Getter
string Getter(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Getter_Setter
string Getter_Setter(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Setter
string Setter(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
aa2params
QueryParam[] aa2params(string[string] aa)

create QueryParam[] from assoc.array stringstring

domainMatches
bool domainMatches(string d1, string d2)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
string[] dump(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
pathMatches
bool pathMatches(string p1, string p2)
Undocumented in source. Be warned that the author may not have intended to support it.
queryParams
auto queryParams(A args)

Create QueryParam[] from any args

responseMustNotIncludeBody
bool responseMustNotIncludeBody(ushort code)
Undocumented in source. Be warned that the author may not have intended to support it.
urlDecode
string urlDecode(string p)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

urlEncoded
string urlEncoded(string p)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

standard_ports
short[string] standard_ports;
Undocumented in source.

Structs

Cookies
struct Cookies
Undocumented in source.

Templates

rank
template rank(R)
Undocumented in source.

Meta