HTTPClientRequest.writeBody

Writes the whole request body at once using raw bytes.

  1. void writeBody(RandomAccessStream data)
  2. void writeBody(InputStream data)
  3. void writeBody(InputStream data, ulong length)
    class HTTPClientRequest
    void
    writeBody
    (
    InputStream data
    ,
    ulong length
    )
  4. void writeBody(ubyte[] data, string content_type)

Meta