ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
HttpClient.handleResponse
ae
net
http
client
HttpClient
User-supplied callback for handling the response.
class
HttpClient
void
delegate
(
HttpResponse
response
,
string
disconnectReason
)
handleResponse
;
Meta
Source
See Implementation
ae
net
http
client
HttpClient
constructors
this
functions
adaptConnection
connect
connected
disconnect
expectResponse
finalizeResponse
getNextRequest
isIdle
normalizeRequest
onConnect
onContinuation
onData
onDisconnect
onDone
onHeaderData
onHeadersReceived
onIdle
onNewResponse
request
sendRequest
submitResponse
variables
agent
conn
connector
currentResponse
expect
handleDisconnect
handleResponse
headerBuffer
keepAlive
pipelining
receivedResponses
requestQueue
sentRequests
timer
User-supplied callback for handling the response.