[ ソース: http-parser ]
パッケージ: libhttp-parser-dev (2.9.4-5)
libhttp-parser-dev に関するリンク
Debian の資源:
http-parser ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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-parser-dev 関連パッケージ
|
|
|
|
-
- dep: libhttp-parser2.9 (= 2.9.4-5)
- parser for HTTP messages written in C