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
7
pub mod parameter;

/// HTTP request type produced by [`crate::MakeRequest`] implementations.
///
/// Fixing the body to [`crate::body::Body`] keeps generated code
/// monomorphic and gives every transport layer a single type to accept.
pub type Request = ::http::Request<crate::body::Body>;