This package browser is in early development. Mind the rough edges.

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.

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.