serf 1.3.9
High-performance asynchronous HTTP client library
serf 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.
- Website: https://serf.apache.org/
- Licenses: ASL 2.0 · non-copyleft
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install serf 1.3.9
as follows:
guix install serf@1.3.9
Or install the latest version:
guix install serf
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.