Add Armeria http client/server (#756)

* update readme

* fix alphabetic order

* Update README.md
This commit is contained in:
Andreas Kull
2019-07-26 13:22:40 +02:00
committed by GitHub

View File

@ -432,6 +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.
- [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.