Http2ClientResponseHandler.ClientStreamPromise

Undocumented in source.
class Http2ClientResponseHandler
static
class ClientStreamPromise : Promise!(Stream) {}

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