tower-rs / tower-http

HTTP specific Tower utilities.
680 stars 159 forks source link

Make AsyncReadBody::with_capacity public #415

Open bouk opened 11 months ago

bouk commented 11 months ago

Motivation

I want to use AsyncReadBody directly.

Solution

Add pub to AsyncReadBody::with_capacity

jplatte commented 11 months ago

CI failure to be fixed by ~https://github.com/tower-rs/tower-http/pull/418~ #433.