ChunkedEncodingInputStream

An input stream for reading from a chunked-encoded stream of bytes.

Constructors

this
this(S stream)
Undocumented in source.

Members

Functions

closeStream
OptionalStreamError closeStream()
Undocumented in source. Be warned that the author may not have intended to support it.
readFromStream
StreamResult readFromStream(ubyte[] buffer)

Reads from a chunked-encoded input stream in a way that respects chunk boundaries.

Meta