Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(body): replace the
Payload
trait with HttpBody
The `hyper::body::HttpBody` trait is a re-export from the `http-body` crate. This allows libraries to accept "HTTP bodies" without needing to depend on hyper. BREAKING CHANGE: All usage of `hyper::body::Payload` should be replaced with `hyper::body::HttpBody`.
- Loading branch information