From 5de9bf8322f5746c65287018d8c7c33c1918e9e7 Mon Sep 17 00:00:00 2001 From: BK Date: Wed, 28 Oct 2020 09:36:06 +1100 Subject: [PATCH] Update Readme: Add note re: support for the HTTP gem, sort in 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. --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1eb85d323..282cda555 100644 --- a/README.md +++ b/README.md @@ -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 ---------------------------