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

perl-http-parser

Parse HTTP/1.1 requests

This is an HTTP request parser. It takes chunks of text as received and returns a hint as to what is required, or returns the HTTP::Request when a complete request has been read. HTTP/1.1 chunking is supported.

Installation

Install the latest version of perl-http-parser as follows:

guix install perl-http-parser

Or install a particular version:

guix install perl-http-parser@0.06

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 perl-http-parser about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

[[https://packages.guix.gnu.org/packages/perl-http-parser][https://packages.guix.gnu.org/packages/perl-http-parser/badges/latest-version.svg]]