http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 84 forks source link

optimize into_bytes buffer and into_json capacity by body len #506

Open qwerty2501 opened 2 years ago

qwerty2501 commented 2 years ago

On read as body is big file, read_to_end is too slowly. Therefor capacity depends on Body.len() like a into_string()