ReceiveAsRange is InputRange used to supply client with data from response. Each popFront fetch next data portion.
HTTP or FTP module set up delegate read() for reading next portion of data.
See Implementation
ReceiveAsRange is InputRange used to supply client with data from response. Each popFront fetch next data portion.