reqwest-middleware
reqwest-middleware copied to clipboard
Expose internal reqwest::Client as reference
This is an action taken to address #203. I was adding this library to some of our internal projects when I found myself in the same need and decided to contribute to the change.
This PR exposes the inner reqwest::Client
as a reference.