Closed davidpdrsn closed 11 months ago
Adds BodyExt::with_trailers so you can attach trailers to a body with a future that resolves to HeaderMap. I need this when porting tower-http to http-body 1.0 so figured it would make sense to upstream.
BodyExt::with_trailers
HeaderMap
Adds
BodyExt::with_trailers
so you can attach trailers to a body with a future that resolves toHeaderMap
. I need this when porting tower-http to http-body 1.0 so figured it would make sense to upstream.