blob: 041e23c622eb3f65f7a8ccfa8bbcca7ef75c4541 (
plain)
1
2
3
4
|
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.
|