gianm / http-client

Simple Asynchronous Http Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Asynchronous Http Client

License:Apache License 2.0


Languages

Language:Java 100.0%