Most of the time, when I use this crate, I already have a Client, and it would be awesome to have a way to reuse it.
I see at least two ways to make it happen:
- Optional client during initialization.
- Instead of performing a request, return a Form for the user to send.