ChunkedContent

Undocumented in source.

Constructors

this
this(Range range, size_t chunkSize, ExtensionCallback cb)
Undocumented in source.

Members

Aliases

ExtensionCallback
alias ExtensionCallback = string delegate(ubyte[])
Undocumented in source.

Enums

Position
enum Position
Undocumented in source.

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

delimiter
ubyte[] delimiter;
Undocumented in source.

Variables

extension
ExtensionCallback extension;
Undocumented in source.
pos
Position pos;
Undocumented in source.
range
Chunks!Range range;
Undocumented in source.
range
Range range;
Undocumented in source.

Meta