Metadata-Version: 2.1
Name: http-constants
Version: 0.1.0
Summary: The set of standard http constants for headers and statuses
Home-page: https://github.com/ohimors/http-constants
Author: Stephen Ohimor
Author-email: stephen.ohimor@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown


# Http Constants

A set of constants for HTTP statuses and headers.

## Installation

You can install Http Constants from [PyPI](https://pypi.org/project/http-constants/):

    pip install http-constants

The library is supported on Python 3.6+.


