high performance, concurrent HTTP client library
Description:
geventhttpclient has been specifically designed for high concurrency, streaming
and support HTTP 1.1 persistent connections. More generally it is designed for
efficiently pulling from REST APIs and streaming API's like Twitter's.
geventhttpclient use a fast http parser, written in C, originating from nginx,
extracted and modified by Joyent. Safe SSL support is provided by default.
Maintainer: Dmitrij D. Czarkoff <czarkoff@gmail.com>
WWW: https://github.com/gwik/geventhttpclient
From MAINTAINER. Minor fixes by landry@ and me. ok landry@.