toac 0.1.2

Tower-compatible OpenAPI client runtime. Types and traits that generated code from `toac-build` links against.
Documentation
1
2
3
4
5
6
/// 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.
pub type Response = ::http::Response<crate::body::Body>;