The OpenD Programming Language

ReceiveAsRange

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

struct ReceiveAsRange {}

Members

Variables

read
ubyte[] delegate() read;

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

Meta