HTTPServerResponse.writeRawBody

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void writeRawBody(RandomAccessStream stream)
    struct HTTPServerResponse
    @safe @safe
    void
    writeRawBody
    (
    RandomAccessStream
    )
    (
    RandomAccessStream stream
    )
    if (
    isRandomAccessStream!RandomAccessStream
    )
  2. void writeRawBody(InputStream stream, size_t num_bytes)
  3. void writeRawBody(RandomAccessStream stream, int status)
  4. void writeRawBody(InputStream stream, int status, size_t num_bytes)

Meta