http-parser - HTTP request/response parser for C

Website: http://github.com/joyent/http-parser
License: MIT
Description:
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 (in a web server that is per
connection).

Packages:

http-parser-2.0-4.20121128gitcd01361.el6.art.x86_64 [20 KiB]

Changelog:

by Fedora Release Engineering (2013-02-14):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Copyright © 2005-2010 Atomicorp, Inc.