Struct ReceiveAsRange
ReceiveAsRange is InputRange used to supply client with data from response. Each popFront fetch next data portion.
struct ReceiveAsRange
;
Fields
Name | Type | Description |
---|---|---|
activated
|
bool | |
data
|
ubyte[] | |
read
|
ubyte[] delegate() | HTTP or FTP module set up delegate read() for reading next portion of data. |
Methods
Name | Description |
---|---|
empty
|
|
front
|
|
popFront
|