HttpRequest.inputStream

The input stream for the request's body. This may be null if the request doesn't have a body.

struct HttpRequest
InputStream!ubyte inputStream;