ReceiveAsRange

ReceiveAsRange is InputRange used to supply client with data from response. Each popFront fetch next data portion.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
ubyte[] 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.

Variables

activated
bool activated;
Undocumented in source.
cm
RefCounted!ConnManager cm;
Undocumented in source.
data
ubyte[] data;
Undocumented in source.
read
ubyte[] delegate() read;

HTTP or FTP module set up delegate read() for reading next portion of data.

Meta