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

Add example with middleware with state using async_std Mutex. #360

Open john-parton opened 1 year ago

john-parton commented 1 year ago

This is an addition to the docs for a basic Middleware example with state and highlighting use of async_std::sync::Mutext.