Http2ClientResponseHandler.ClientStreamPromise

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

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