http-parser 0.8.3

http-parser is a HTTP request/response parser for Python in C under MIT License, based on http-parser from Ryan Dahl.Installation:pip install http-parserOr install from source:git clone git://github.com/benoitc/http-parser.gitcd http-parser && python...