[−][src]Trait http_cache_semantics::ResponseLike
Allows using either Response or response::Parts, or your own newtype.
Required methods
fn status(&self) -> StatusCode
Same as res.status()
fn headers(&self) -> &HeaderMap
Same as res.headers()