6 lines
386 B
Text
6 lines
386 B
Text
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.
|