/// HTTP response type consumed by [`crate::ParseResponse`] implementations.
////// Fixing the body to [`crate::body::Body`] lets every generated
/// `{Op}Response` decode the same concrete type while remaining agnostic
/// to the underlying transport.
pubtypeResponse=::http::Response<crate::body::Body>;