kvarn::extensions

Function stream_body

source
pub fn stream_body() -> Box<dyn PrepareCall>
Expand description

Prepare extension to stream body instead of: reading it fully, caching, then responding. Use with care!

Does not support present extensions, nor post extensions.