Struct ReceiveAsRange

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

struct ReceiveAsRange ;

Fields

NameTypeDescription
activated bool
data ubyte[]
read ubyte[] delegate()HTTP or FTP module set up delegate read() for reading next portion of data.

Methods

NameDescription
empty
front
popFront