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

serf

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 the latest version of serf as follows:

guix install serf

Or install a particular version:

guix install serf@1.3.9

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.

Badge code

You can use the following badge to inform users of serf about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/serf'><img src='https://packages.guix.gnu.org/packages/serf/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/serf/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/serf)

Example Org:

[[https://packages.guix.gnu.org/packages/serf][https://packages.guix.gnu.org/packages/serf/badges/latest-version.svg]]