Edit

IABSD.fr/ports/net/py-geventhttpclient/pkg/DESCR

Branch :

  • Show log

    Commit

  • Author : juanfra
    Date : 2014-10-12 20:45:56
    Hash : 6d3ac934
    Message : Comment: 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@.

  • net/py-geventhttpclient/pkg/DESCR
  • 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.