Reads an HTTP request and returns a stream of data as a Stream of Headers or Chunk[Byte] values. Assumes that the incoming data is in the form of an HTTP Multipart message.
Reads an HTTP request and returns a stream of data as a Stream of Headers or Chunk[Byte] values. Assumes that the incoming data is in the form of an HTTP Multipart message.
Value parameters
req
The HTTP request to read.
Attributes
Returns
A Stream of Headers or Chunk[Byte] values representing the data in the HTTP request.