Variable ReceiveAsRange.read

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

struct ReceiveAsRange
{
  // ...
  ubyte[] delegate() read ;
  // ...
}