requests v1.1.6 (2020-07-28T11:26:57Z)
Dub
Repo
Route
requests
pool
Undocumented in source.
struct
Route {
string
scheme
;
string
host
;
ushort
port
;
this
();
this
(string url);
bool
opEquals
(Route other);
bool
opEquals
(Route other);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string url)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Route other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Route other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
host
string
host
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
scheme
string
scheme
;
Undocumented in source.
Meta
Source
See Implementation
requests
pool
classes
Manager
functions
pool
worker
structs
Job
Pool
Quit
Result
Route