http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.46k stars 119 forks source link

feat: Automatically insert Content-Length header to POST requests #334

Open ycd opened 2 years ago

ycd commented 2 years ago

Automatically set the Content-Length header to POST requests. This introduces changes to following functions:

Resolves: #324

Signed-off-by: Yagiz Degirmenci yagizcanilbey1903@gmail.com