We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
reqwest
Trait based API is much more convenient than functions-based.
Introduce traits and structs for API methods in reqwest implementation as it realized in hyper implementation.
hyper
The text was updated successfully, but these errors were encountered:
Hello,
I am very interested in this. Would the maintainer be willing to accept a PR for this?
Given that it's a pretty big change to the public api of libraries previously generated, it should probably be its own sub-template.
Sorry, something went wrong.
yes please
one way is to add another library (e.g. reqwest-trait) to support this
or you can create a separate generator (e.g. RustTrailtClientCodegen)
let me know if you need any help
thanks in advance for your contribution
No branches or pull requests
Is your feature request related to a problem? Please describe.
Trait based API is much more convenient than functions-based.
Describe the solution you'd like
Introduce traits and structs for API methods in
reqwest
implementation as it realized inhyper
implementation.The text was updated successfully, but these errors were encountered: