pub trait CustomHeaderValues {
// Required methods
fn xx_cache(&self, default: bool) -> bool;
fn xx_cache_duration(&self) -> Option<Duration>;
fn xx_encode(&self, default: bool) -> bool;
}
Expand description
Access custom header values.
Required Methods§
Sourcefn xx_cache_duration(&self) -> Option<Duration>
fn xx_cache_duration(&self) -> Option<Duration>
Parse XX-Cache-Duration
response header value.