kvarn::prelude::parse

Struct CriticalRequestComponents

source
pub struct CriticalRequestComponents { /* private fields */ }
Expand description

Critical components from request to apply to response.

Implementations§

source§

impl CriticalRequestComponents

source

pub fn apply_to_response( &self, response: &mut Response<Bytes>, overriden_len: Option<u64>, is_stream: bool, ) -> Result<(),