Module tower_http::body
source · Expand description
Body types.
All these are wrappers around other body types. You shouldn’t have to use them in your code.
Use http-body-util
instead.
They exist because we don’t want to expose types from http-body-util
in tower-http
s public
API.