Skip to content

mattn/picohttpparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoHTTPParser

PicoHTTPParser is a tiny, primitive, fast HTTP request/response parser.

Unlike most parsers, it is stateless and does not allocate memory by itself. All it does is accept pointer to buffer and the output structure, and setups the pointers in the latter to point at the necessary portions of the buffer.

The code is widely deployed within Perl applications though popular modules that use it, including Plack, Starman, Starlet, Furl.

Check out [test.c] to find out how to use the parser.

The software is dual-licensed under the Perl License or the MIT License.

About

tiny HTTP parser written in C (used in HTTP::Parser::XS et al.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published