Documentation
Dlang.org
HttpRequest.inputStream
handy_httpd
components
request
HttpRequest
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
;
handy_httpd
components
request
HttpRequest
functions
getHeaderAs
getParamAs
getPathParamAs
readBody
readBodyAsBytes
readBodyAsFormUrlEncoded
readBodyAsJson
readBodyAsString
readBodyToFile
variables
headers
inputStream
method
pathParams
pathPattern
queryParams
receiveBuffer
remoteAddress
url
ver
The input stream for the request's body. This may be null if the request doesn't have a body.