Job

Undocumented in source.

Members

Enums

Method
enum Method
Undocumented in source.

Functions

addHeaders
auto addHeaders(string[string] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
data
auto data(immutable(ubyte)[] d)
Undocumented in source. Be warned that the author may not have intended to support it.
maxRedirects
auto maxRedirects(uint n)
Undocumented in source. Be warned that the author may not have intended to support it.
method
auto method(Method m)
Undocumented in source. Be warned that the author may not have intended to support it.
method
auto method(string m)
Undocumented in source. Be warned that the author may not have intended to support it.
opaque
auto opaque(immutable(ubyte)[] o)
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
auto timeout(Duration t)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_data
immutable(ubyte)[] _data;
Undocumented in source.
_headers_h
immutable(string)[] _headers_h;
Undocumented in source.
_headers_v
immutable(string)[] _headers_v;
Undocumented in source.
_maxRedirects
uint _maxRedirects;
Undocumented in source.
_method
Method _method;
Undocumented in source.
_opaque
immutable(ubyte)[] _opaque;
Undocumented in source.
_timeout
Duration _timeout;
Undocumented in source.
_url
string _url;
Undocumented in source.

Meta