Package
libhttp-parser2.1Version
2.1-2Priority
extraSection
universe/libsSource
http-parserOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Praveen Arimbrathodiyil <praveen@debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
76.8 kBPre Depends
multiarch-supportDepends
libc6 (>= 2.2.5)Homepage
https://github.com/joyent/http-parserTask
kubuntu-desktop, kubuntu-fullSupported
3yDownload Size
18.2 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 PackagesDescription
parser for HTTP messages written in CIt parses both requests and responses. The parser is designed to be used in
performance HTTP applications. It does not make any syscalls nor allocations,
it does not buffer data, it can be interrupted at anytime. Depending on your
architecture, it only requires about 40 bytes of data per message stream (in
a web server that is per connection).