-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathPKG-INFO
More file actions
21 lines (21 loc) · 990 Bytes
/
PKG-INFO
File metadata and controls
21 lines (21 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Metadata-Version: 1.1
Name: httpheader
Version: 1.1
Summary: Utility functions to parse HTTP 1.1 protocol headers.
Home-page: http://deron.meranda.us/python/httpheader/
Author: Deron Meranda
Author-email: deron.meranda@gmail.com
License: GNU LGPL
Download-URL: http://deron.meranda.us/python/httpheader/dist/httpheader-1.1.tar.gz
Description: 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.
Keywords: http
Platform: UNKNOWN
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