TrueLayer / reqwest-middleware

Wrapper around reqwest to allow for client middleware chains.
Apache License 2.0
257 stars 78 forks source link

Added `Default` derive to allow for same functionality as base type #179

Closed nwmqpa closed 2 months ago

nwmqpa commented 2 months ago

Adding Default derive macro to the ClientWithMiddleware type in order to have the same functionnality as base reqwest::Client