summaryrefslogtreecommitdiff
path: root/www/http-parser/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2016-08-25Use libtool for the build and install. Fixes various issues with thejperkin1-3/+2
package which meant it only worked on NetBSD. Bump PKGREVISION.
2016-05-29Simplify by using more of the github framework.wiz1-3/+2
2016-05-28Add www/http-parser 2.7.0.schnoebe1-0/+5
An parser for HTTP messages written in C, parsing both requests and responses. It is designed to be used in performance oriented 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).