hio ~master (2020-10-10T18:54:29Z)
Dub
Repo
AsyncHTTPResult
hio
http
client
Undocumented in source.
struct
AsyncHTTPResult {
int
status_code
;
AsyncHTTPErrors
error
;
Nbuff
response_body
;
MessageHeaders
response_headers
;
NbuffChunk
getHeader
(string h);
}
Members
Functions
getHeader
NbuffChunk
getHeader
(string h)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
error
AsyncHTTPErrors
error
;
Undocumented in source.
response_body
Nbuff
response_body
;
Undocumented in source.
response_headers
MessageHeaders
response_headers
;
Undocumented in source.
status_code
int
status_code
;
Undocumented in source.
Meta
Source
See Implementation
hio
http
client
classes
AsyncHTTPClient
HTTPClient
functions
socketFabric
structs
AsyncHTTP
AsyncHTTPResult
ConnectionTriple