Contents

h11 0.14.0

0

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

Stars: 457, Watchers: 457, Forks: 60, Open Issues: 28

The python-hyper/h11 repo was created 7 years ago and the last code push was 2 weeks ago.
The project is popular with 457 github stars!

How to Install h11

You can install h11 using pip

pip install h11

or add it to a project with poetry

poetry add h11

Package Details

Author
Nathaniel J. Smith
License
MIT
Homepage
https://github.com/python-hyper/h11
PyPi:
https://pypi.org/project/h11/
GitHub Repo:
https://github.com/python-hyper/h11

Classifiers

  • Internet/WWW/HTTP
  • System/Networking
No  h11  pypi packages just yet.

Errors

A list of common h11 errors.

Code Examples

Here are some h11 code examples and snippets.

GitHub Issues

The h11 package has 28 open issues on GitHub

  • Change supported Python versions

See more issues on GitHub

Related Packages & Articles

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

urllib3 2.2.1

HTTP library with thread-safe connection pooling, file post, and more.