Metadata-Version: 2.4
Name: http-lazy-headers
Version: 0.1.dev0
Summary: Parse, validate and format HTTP headers lazily
Home-page: https://github.com/nitely/http-lazy-headers
Author: Esteban Castro Borsani
Author-email: ecastroborsani@gmail.com
License: MIT License
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary


HLH is an abstraction over raw HTTP headers, providing:

* Lazy decoding, parsing and validation of input headers
* Eager validation and lazy formatting of output headers
* Methods and helpers for common operations
* A headers collection on top of `OrderedDict` for fast lookups
* WSGI support
* A pure Python implementation without using regex!
* A sane API
* A way out of messy strings manipulation and typos

Specs support: rfc7230, rfc7231, rfc7232, rfc7233, rfc7234, rfc7235
rfc6265, rfc3986, rfc5646, rfc6266, rfc1034, rfc5234
