Skip to content

molnarg/http-parser.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-parser.js

This is a JavaScript port of the HTTP parser used in node.js (joyent/http-parser).

The C source code is compiled using the great emscripten compiler, and is wrapped in a convenient API that is similar to the node.js binding to the library (process.binding('http_parser').HTTPParser).

The module can be used in the browser (with or without an AMD module loader) and in node as well.

License

The MIT License

Copyright (C) 2013 Gábor Molnár gabor.molnar@sch.bme.hu

About

The node.js http parser compiled from C to JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published