https://github.com/sgerrand/alpine-pkg-http-parser
A HTTP parser C library package for Alpine Linux
https://github.com/sgerrand/alpine-pkg-http-parser
alpine-http-parser alpine-package http-parser
Last synced: 3 months ago
JSON representation
A HTTP parser C library package for Alpine Linux
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-http-parser
- Owner: sgerrand
- Created: 2016-06-19T15:16:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T18:11:23.000Z (over 7 years ago)
- Last Synced: 2024-12-29T15:45:00.478Z (5 months ago)
- Topics: alpine-http-parser, alpine-package, http-parser
- Language: Shell
- Size: 14.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-http-parser
[](https://circleci.com/gh/sgerrand/alpine-pkg-http-parser)
This is the Node.js [HTTP message parser][http-parser] as an Alpine Linux package.
## Releases
See the [releases page][releases] for the latest download links.
## Installing
The current installation method for these packages is to pull them in using
`wget` or `curl` and install the local file with `apk`:apk --no-cache add ca-certificates wget
wget --quiet --output-document=/etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-http-parser/releases/download/2.7.1-r0/http-parser-2.7.1-r0.apk
apk --no-cache add http-parser-2.7.1-r0.apk[http-parser]: https://github.com/nodejs/http-parser
[releases]: https://github.com/sgerrand/alpine-pkg-http-parser/releases/