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)
  4. void writeBody(ubyte[] data, string content_type)
    class HTTPClientRequest
    void
    writeBody
    (
    in ubyte[] data
    ,
    string content_type = null
    )

Meta