perl-http-parser 0.06
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.
- Website: https://metacpan.org/release/HTTP-Parser
- Licenses: GPL 1+
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-http-parser 0.06
as follows:
guix install perl-http-parser@0.06
Or install the latest version:
guix install perl-http-parser
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.