From 43b848ed576daffe432cdd9c00f6e87f7fdf092a Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Fri, 26 Jul 2019 13:22:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a14ba64..8ceedf3 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that assist with creating HTTP requests and/or binding responses.* -- [Armeria](https://github.com/line/armeria) - Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC +- [Armeria](https://github.com/line/armeria) - Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC. - [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](https://square.github.io/okhttp) - HTTP+SPDY client.