http-rs / surf

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

Add `body_form` method to RequestBuilder #330

Open balthild opened 2 years ago

balthild commented 2 years ago

A helper method for convenience, just like body_json.