Skip to main content

Types for HTTP requests and responses

Project description

HTTP types in Python

Types for HTTP request and response.

Requires Python >= 3.6.

Installation

pip install http-types

Usage

from http_types import Request, Response

req = Request(method='get', ...)

# TODO

Development

  1. Create a new virtual environment.
  2. Install dependencies: pip install --upgrade -e .[dev]
  3. Run tests: pytest tests/ or python setup.py test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

http-types-0.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

http_types-0.0.0-py2.py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page