/http-client

Simple Asynchronous Http Client

Primary LanguageJavaApache License 2.0Apache-2.0

This is an async HTTP client library that provides two basic functions:

 1) a channel caching pool for Netty channels that works well for inter-service communication
 2) the absolute minimum abstractions on top of Netty's HTTP support to make it a little easier to issue requests