At the beginning, the goal was to create an easy-to-use wrapper for reqwest.
Now it has evolved into a more generic solution, allowing you to implement the HTTP
trait for any client to enjoy the handy features provided by reqwew.
Currently, there are just a handful of features, but they're quite sweet.
I enjoy utilizing Rust to create small utilities. However, I'm weary of having to write such repetitive code...
- Lazy static client.
- Automatic retry functionality.
- Additional tracing logging.