Package: libhttp-parser2.9 Architecture: amd64 Version: 2.9.2-2 Multi-Arch: same Priority: optional Section: libs Source: http-parser Maintainer: Ubuntu Developers Original-Maintainer: Christoph Biedl Installed-Size: 70 Depends: libc6 (>= 2.2.5) Filename: ./development/gitg/depends/libhttp-parser2.9_2.9.2-2_amd64.deb Size: 21764 MD5sum: b9eeabcefc48696c63966b6b1f3364d7 SHA1: 2c522cae68d86d4d2f3cf80dc17c9e2b870814e9 SHA256: 200a6a5393550560ca85511196105648bf130c494c4402e6f38c789370cbe75b SHA512: 57d30b0c710ab84b5da4fed5d33c2a226665f4748153799d9296ccad0938e398ed023682b141b679e877b71d8e6a88f43ec5f1e23f107c66c32c4d107ef59e26 Homepage: https://github.com/joyent/http-parser Description: parser for HTTP messages written in C It 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).