Metadata-Version: 2.1
Name: h1parser
Version: 0.1
Summary: A simple, pure Python 2.7/3.x HTTP parser
Home-page: https://github.com/nggit/h1parser
Author: nggit
Author-email: contact@anggit.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# h1parser
A simple, pure Python 2.7/3.x HTTP parser used in [Tremolo](https://github.com/nggit/tremolo).

* Support parsing both the request and response headers
* Support modify headers with exclude(), remove(), append(), save()
* Bonus lazy validators: is_request, is_response, is_valid_request, is_valid_response

## License
MIT
