kvarn::extensionsStruct LazyRequestBody
source pub struct LazyRequestBody { }
Expand description
Reads the Bytes from the request body.
max_len can be used to limit memory allocation. 16MB is often enough for every case.
§Errors
Returns any errors from reading the inner Body.