http-parser 2.9.4-ok1 source package in openKylin

Changelog

http-parser (2.9.4-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 16 Jun 2026 10:42:45 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile.bedrock
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile.bedrock release main libs
Nile.bedrock proposed main libs

Downloads

File Size SHA-256 Checksum
http-parser_2.9.4.orig.tar.gz 50.8 KiB 467b9e30fd0979ee301065e70f637d525c28193449e1b13fbcb1b1fab3ad224f
http-parser_2.9.4-ok1.debian.tar.xz 9.7 KiB 71619f7d634067cb1daa25cad465ed0e1347530239079302f8c39a0320207710
http-parser_2.9.4-ok1.dsc 1.8 KiB 0637dda5fdec057c5368c71b8da89a1794feb2b9dacad2f04d0f9c5c403eef29

View changes file

Binary packages built by this source

libhttp-parser-dev: parser for HTTP messages: development libraries and header files

 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).
 .
 This package contains development libraries and header files.

libhttp-parser2.9: 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).

libhttp-parser2.9-dbgsym: debug symbols for libhttp-parser2.9