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.
pub fn stream_body() -> Box<dyn PrepareCall>
Prepare extension to stream body instead of: reading it fully, caching, then responding. Use with care!
Does not support present extensions, nor post extensions.