From 8579e055246136dea0d5a6c2f75b12099f4e41a7 Mon Sep 17 00:00:00 2001 From: mielecmichal Date: Sun, 19 Jul 2020 10:52:19 +0200 Subject: [PATCH] Add methanol (#861) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd907a0..b3c4fe9 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ _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/OpenFeign/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. +- [methanol](https://github.com/mizosoft/methanol) - HTTP client extensions library. - [OkHttp](https://square.github.io/okhttp/) - HTTP and SPDY client. - [Play WS](https://github.com/playframework/play-ws) - Typesafe client with reactive streams and caching. - [restQL-java](https://github.com/b2wdigital/restQL-java) - Microservice query language that fetches information from multiple services.