hunt-http ~v0.0.x (2022-05-15T16:04:28.5576772)
Dub
Repo
Http2ClientResponseHandler.ClientStreamPromise
hunt
http
client
Http2ClientResponseHandler
Http2ClientResponseHandler
Undocumented in source.
class
Http2ClientResponseHandler
static
class
ClientStreamPromise : Promise!(Stream) {
this
(Request request, Promise!(HttpOutputStream) promise);
void
succeeded
(Stream stream);
void
failed
(Exception x);
string
id
();
}
Constructors
this
this
(Request request, Promise!(HttpOutputStream) promise)
Undocumented in source.
Members
Functions
failed
void
failed
(Exception 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
void
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