blob: bad5f25a9a7d5b1a9dccf38fcb4495dcb68d3d15 (
plain) (
blame)
1
2
3
4
5
6
7
|
The serf library is a C-based HTTP client library built upon the
Apache Portable Runtime (APR) library. It multiplexes connections,
running the read/write communication asynchronously. Memory copies
and transformations are kept to a minimum to provide high
performance operation.
WWW: http://serf.googlecode.com
|