You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I however, humbly think that reqwest, surf, and curl should be top priority (in that order), because they represent the two main async ecosystems: tokio and async-std, as well as good 'ol libcurl.
Bonus: hyper, which is an HTTP library (which reqwest and others are built on), not just an HTTP client.
We've added support for generating Rust code snippets using reqwest library in the latest version (v10.13) of Postman. Please feel free to try out this feature. Please feel free to provide feedback and contribute directly via issues/PR.
Is your feature request related to a problem? Please describe.
Rust is growing fast and gaining acceptance. Postman lacks Rust examples.
Describe the solution you'd like
New code generators in Rust, using Actix, Warp and/or Rocket crates.
Additional context
https://github.com/actix/actix
https://github.com/seanmonstar/warp
https://github.com/SergioBenitez/Rocket/tree/v0.4
The text was updated successfully, but these errors were encountered: