pub type Request = Request<Bytes>;
client
The request type we’re expecting with body.
struct Request { /* private fields */ }