pub trait RespConfig {
// Provided method
fn head_extra_code(&self) -> Option<Cow<'static, str>> { ... }
}Expand description
the config of response
pub trait RespConfig {
// Provided method
fn head_extra_code(&self) -> Option<Cow<'static, str>> { ... }
}the config of response