Replies: 1 comment 2 replies
-
Let me know if you have any more specific questions or comparisons you'd like help with. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This seems like a silly question, but I haven't found an answer to it yet. I'm struggling to wrap my mind around the practical differences between
Async::HTTP
and other non-async HTTP clients. The docs show both the following scenarios as valid uses ofasync
:Both will perform the HTTP request asynchronously. So my question is what is the benefit of using
Async::HTTP::Internet
in this case? When should I use that overNet::HTTP
or other HTTP libs?Beta Was this translation helpful? Give feedback.
All reactions