Skip to content

Commit

Permalink
Merge pull request #913 from BKSpurgeon/update-documentation
Browse files Browse the repository at this point in the history
Update Readme: Add note re: support for the HTTP gem
  • Loading branch information
bblimke committed Oct 28, 2020
2 parents 262e193 + 5de9bf8 commit bde594b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@ Features
Supported HTTP libraries
------------------------

* Net::HTTP and libraries based on Net::HTTP (i.e RightHttpConnection, REST Client, HTTParty)
* HTTPClient
* Patron
* EM-HTTP-Request
* Async::HTTP::Client
* Curb (currently only Curb::Easy)
* Typhoeus (currently only Typhoeus::Hydra)
* EM-HTTP-Request
* Excon
* HTTP Gem
* HTTPClient
* [HTTP Gem (also known as http.rb)](https://github.com/httprb/http)
* Manticore
* Async::HTTP::Client
* Net::HTTP and other libraries based on Net::HTTP, e.g.:
* HTTParty
* REST Client
* RightHttpConnection
* Patron
* Typhoeus (currently only Typhoeus::Hydra)

Supported Ruby Interpreters
---------------------------
Expand Down

0 comments on commit bde594b

Please sign in to comment.