//! One [`ToRequestView`](crate::ToRequestView) impl per framework, each
//! behind its own feature so a build pays for the frameworks it uses.
//!
//! Every adapter converts the request *head* only. See
//! [`crate::request`] for why the body is the caller's to supply.