pub type Response = Response<Body>;Available on crate feature
http only.Expand description
The response type this module produces, and the one
ApprovalDecision::Respond carries.
A plain http::Response, deliberately: the host that renders a consent screen builds it with
whatever it already has, and http 1.x is the one HTTP vocabulary every Rust web framework
agrees on.
Aliased Typeยง
pub struct Response { /* private fields */ }