SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
devel/http-parser/pkg/DESCR
Normal file
5
devel/http-parser/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is a 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.
|
2
devel/http-parser/pkg/PLIST
Normal file
2
devel/http-parser/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
include/http_parser.h
|
||||
@lib lib/libhttp_parser.so.${LIBhttp_parser_VERSION}
|
Loading…
Add table
Add a link
Reference in a new issue