emilk / ehttp

Minimal Rust HTTP client for both native and WASM
Apache License 2.0
323 stars 30 forks source link

Add Clone and Debug to Request #17

Closed marcfir closed 2 years ago

marcfir commented 2 years ago

The use of created requests in other threads is easily enabled by the Clone trait.