Skip to content

Instantly share code, notes, and snippets.

@oshanz
Last active June 29, 2019 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshanz/7bc32773d49a1df1956dca93dba8be0a to your computer and use it in GitHub Desktop.
Save oshanz/7bc32773d49a1df1956dca93dba8be0a to your computer and use it in GitHub Desktop.
ruby http clients
* lib curl
https://github.com/taf2/curb
https://github.com/toland/patron
https://github.com/typhoeus/typhoeus
*http2
https://github.com/igrigorik/http-2
https://github.com/ostinelli/net-http2
* reviews
https://twin.github.io/httprb-is-great/
https://github.com/pop-os/parallel-getter
https://docs.rs/reqwest/0.8.6/reqwest/unstable/async/index.html
https://github.com/SergejJurecko/mio_httpc
https://github.com/hinaria/simplist
http://squidarth.com/rc/rust/2018/06/04/rust-concurrency.html
https://medium.com/@mfpiccolo/a-rusting-rubyist-v-496fb7b1cbbf
https://www.reddit.com/r/rust/comments/7hun73/how_to_make_simple_async_http_requests/
http://mgattozzi.com/hyper-client/
@oshanz
Copy link
Author

oshanz commented Jun 29, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment