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

Client: rename .middleware to .with #209

Closed Fishrock123 closed 4 years ago

Fishrock123 commented 4 years ago

API parity with Tide.

Closes #207

See that issue for more background.

Requires #194