Add methanol (#861)

This commit is contained in:
mielecmichal
2020-07-19 10:52:19 +02:00
committed by GitHub
parent f2346299dc
commit 8579e05524

View File

@ -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. - [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. - [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. - [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. - [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. - [restQL-java](https://github.com/b2wdigital/restQL-java) - Microservice query language that fetches information from multiple services.