hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
Http2ClientResponseHandler.ClientStreamPromise
hunt
http
client
Http2ClientResponseHandler
Http2ClientResponseHandler
Undocumented in source.
class
Http2ClientResponseHandler
static
class
ClientStreamPromise : Promise!(Stream) {
this
(HttpRequest request, Promise!(HttpOutputStream) promise);
bool
succeeded
(Stream stream);
bool
failed
(Throwable x);
string
id
();
}
Constructors
this
this
(HttpRequest request, Promise!(HttpOutputStream) promise)
Undocumented in source.
Members
Functions
failed
bool
failed
(Throwable x)
Undocumented in source. Be warned that the author may not have intended to support it.
id
string
id
()
Undocumented in source. Be warned that the author may not have intended to support it.
succeeded
bool
succeeded
(Stream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
http
client
Http2ClientResponseHandler
Http2ClientResponseHandler
classes
ClientHttp2OutputStream
ClientStreamPromise
ReceivedFrame
constructors
this
functions
onData
onHeaders
onReset
run
variables
OUTPUT_STREAM_KEY
RESPONSE_KEY
RUN_TASK