Skip to main content

Uvicorn HTTP implementation using httparse! 🏃

Project description

Uvicorn HTTParse

The uvicorn-httparse package uses httparse to parse HTTP requests in Uvicorn.

httparse is a Python binding of a Rust library that gives its name.

Installation

pip install uvicorn-httparse

Usage

import uvicorn

if __name__ == "__main__":
    uvicorn.run("app:app", http="uvicorn_httparse.HttparseProtocol")

For more details, see the Uvicorn documentation.

License

This project is licensed under the terms of the MIT license.

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

uvicorn_httparse-0.1.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

uvicorn_httparse-0.1.0-py3-none-any.whl (7.2 kB view hashes)

Uploaded 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