Metadata-Version: 2.4
Name: httpheader
Version: 1.1
Summary: Utility functions to parse HTTP 1.1 protocol headers.
Home-page: http://deron.meranda.us/python/httpheader/
Download-URL: http://deron.meranda.us/python/httpheader/dist/httpheader-1.1.tar.gz
Author: Deron Meranda
Author-email: deron.meranda@gmail.com
License: GNU LGPL
Keywords: http
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

This module provides several utility functions for parsing various
HTTP headers; such as those dealing with byte range requests and
content negotiation (Accept-xxx headers).  It tries to be an exact
implementation of the HTTP 1.1 RFC.
