- fetchBody
PromiseIterator!(const(ubyte)[]) fetchBody()
Undocumented in source. Be warned that the author may not have intended to support it.
- fetchHeaders
PromiseIterator!Header fetchHeaders()
Undocumented in source. Be warned that the author may not have intended to support it.
- fetchResponse
Promise!Response fetchResponse()
Undocumented in source. Be warned that the author may not have intended to support it.
- fullRequest
Promise!FullResponse fullRequest(Method method, string uri, Header[] headers, immutable(ubyte)[] bodyData)
Undocumented in source. Be warned that the author may not have intended to support it.
- fullRequest
Promise!FullResponse fullRequest(Method method, string uri, PromiseIterator!Header headers, immutable(ubyte)[] bodyData)
Undocumented in source. Be warned that the author may not have intended to support it.
- fullRequest
Promise!FullResponse fullRequest(Method method, string uri, Header[] headers, PromiseIterator!(immutable(ubyte)[]) bodyData)
Undocumented in source. Be warned that the author may not have intended to support it.
- fullRequest
Promise!FullResponse fullRequest(Method method, string uri, PromiseIterator!Header headers, PromiseIterator!(immutable(ubyte)[]) bodyData)
Undocumented in source. Be warned that the author may not have intended to support it.
- release
Tokenizer!(const(ubyte)) release()
Undocumented in source. Be warned that the author may not have intended to support it.
- sendBody
Promise!void sendBody()
Undocumented in source. Be warned that the author may not have intended to support it.
- sendBody
Promise!void sendBody(immutable(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendBody
Promise!void sendBody(PromiseIterator!(immutable(ubyte)[]) dataArg)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendHeaders
Promise!void sendHeaders(Header[] headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendHeaders
Promise!void sendHeaders(PromiseIterator!Header headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendRequest
Promise!void sendRequest(Method method, string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
- stream
Promise!void stream(Stream stream)
Undocumented in source. Be warned that the author may not have intended to support it.