Request body is readed in memory at once. So, we can't receive big `POST` 
requests. Maybe we can introduce new type, `RequestBody`, that can be used to 
get body as a string/file/stream/whatever, or maybe even handle 
`application/x-www-form-urlencoded` or `multipart/form-data mime types`? 

Reply via email to