Client.sendBody

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Promise!void sendBody()
  2. Promise!void sendBody(immutable(ubyte)[] data)
  3. Promise!void sendBody(PromiseIterator!(immutable(ubyte)[]) dataArg)
    class Client
    nothrow
    Promise!void
    sendBody
    (
    PromiseIterator!(immutable(ubyte)[]) dataArg
    )

Meta