hio ~master (2020-10-10T18:54:29Z)
Dub
Repo
ConnectionTriple
hio
http
client
Undocumented in source.
package
struct
ConnectionTriple {
string
schema
;
string
host
;
ushort
port
;
bool
opEquals
(R other);
hash_t
toHash
();
}
Members
Functions
opEquals
bool
opEquals
(R other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t
toHash
()
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.
schema
string
schema
;
Undocumented in source.
Meta
Source
See Implementation
hio
http
client
classes
AsyncHTTPClient
HTTPClient
functions
socketFabric
structs
AsyncHTTP
AsyncHTTPResult
ConnectionTriple