diff --git a/README.md b/README.md index da2f417..8cb7165 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ _Libraries that assist with creating HTTP requests and/or binding responses._ - [Apache HttpComponents](https://hc.apache.org/) - A toolset of low level Java components focused on HTTP and associated protocols. - [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. +- [Google Http Client](https://github.com/googleapis/google-http-java-client) - Pluggable HTTP transport abstraction with support for java.net.HttpURLConnection, Apache HTTP Client, Android, Google App Engine, XML, Gson, Jackson2 and Protobuf. - [methanol](https://github.com/mizosoft/methanol) - HTTP client extensions library. - [restQL-java](https://github.com/b2wdigital/restQL-java) - Microservice query language that fetches information from multiple services. - [Retrofit](https://square.github.io/retrofit/) - Typesafe REST client.