Skip to content

Commit fdaea12

Browse files
authored
Add Google Http Client
1 parent 45dd35f commit fdaea12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ _Libraries that assist with creating HTTP requests and/or binding responses._
455455
- [Apache HttpComponents](https://hc.apache.org/) - A toolset of low level Java components focused on HTTP and associated protocols.
456456
- [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library.
457457
- [Feign](https://github.com/OpenFeign/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket.
458+
- [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.
458459
- [methanol](https://github.com/mizosoft/methanol) - HTTP client extensions library.
459460
- [restQL-java](https://github.com/b2wdigital/restQL-java) - Microservice query language that fetches information from multiple services.
460461
- [Retrofit](https://square.github.io/retrofit/) - Typesafe REST client.

0 commit comments

Comments
 (0)