Skip to content

Commit

Permalink
Update Readme: Add note re: support for the HTTP gem, sort in
Browse files Browse the repository at this point in the history
alphabetical order - so that they are not easily missed

    Folks when reviewing will be able to quickly see what clients are
supported - ordered in alphabetically order.
  • Loading branch information
benkoshy committed Oct 28, 2020
1 parent 11568d9 commit 5de9bf8
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 5de9bf8

Please sign in to comment.