From 8c554ddd3f252ec036e31f888b9e2e20cf5e24d5 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Thu, 25 May 2017 14:40:08 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c3df8d2..464238d 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,9 @@ A curated list of awesome Java frameworks, libraries and software. * [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps. ## HTTP Clients + +*Libraries that assist with creating HTTP requests and/or binding responses.* + * [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library. * [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. * [OkHttp](http://square.github.io/okhttp/) - HTTP+SPDY client.