The www/py-h11,python3 port
py3-h11-0.14.0p0 – pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (cvsweb github mirror)
Description
This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. It's a "bring-your-own-I/O" library; h11 contains no IO code whatsoever. This means you can hook h11 up to your favorite network API, and that could be anything you want: synchronous, threaded, asynchronous, or your own implementation of RFC 6214 - h11 won't judge you. This also means that h11 is not immediately useful out of the box: it's a toolkit for building programs that speak HTTP, not something that could directly replace requests or twisted.web or whatever. But h11 makes it much easier to implement something like requests or twisted.web.WWW: https://github.com/python-hyper/h11
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.11/site-packages/h11-0.14.0.dist-info/
- /usr/local/lib/python3.11/site-packages/h11-0.14.0.dist-info/LICENSE.txt
- /usr/local/lib/python3.11/site-packages/h11-0.14.0.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/h11-0.14.0.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/h11-0.14.0.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/h11-0.14.0.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/h11/
- /usr/local/lib/python3.11/site-packages/h11/__init__.py
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_abnf.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_abnf.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_connection.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_connection.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_events.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_events.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_headers.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_headers.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_readers.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_readers.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_receivebuffer.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_receivebuffer.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_state.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_state.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_util.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_util.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_version.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_version.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_writers.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/__pycache__/_writers.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/_abnf.py
- /usr/local/lib/python3.11/site-packages/h11/_connection.py
- /usr/local/lib/python3.11/site-packages/h11/_events.py
- /usr/local/lib/python3.11/site-packages/h11/_headers.py
- /usr/local/lib/python3.11/site-packages/h11/_readers.py
- /usr/local/lib/python3.11/site-packages/h11/_receivebuffer.py
- /usr/local/lib/python3.11/site-packages/h11/_state.py
- /usr/local/lib/python3.11/site-packages/h11/_util.py
- /usr/local/lib/python3.11/site-packages/h11/_version.py
- /usr/local/lib/python3.11/site-packages/h11/_writers.py
- /usr/local/lib/python3.11/site-packages/h11/py.typed
- /usr/local/lib/python3.11/site-packages/h11/tests/
- /usr/local/lib/python3.11/site-packages/h11/tests/__init__.py
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/helpers.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/helpers.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_against_stdlib_http.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_against_stdlib_http.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_connection.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_connection.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_events.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_events.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_headers.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_headers.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_helpers.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_helpers.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_io.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_io.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_receivebuffer.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_receivebuffer.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_state.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_state.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_util.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/__pycache__/test_util.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/h11/tests/data/
- /usr/local/lib/python3.11/site-packages/h11/tests/data/test-file
- /usr/local/lib/python3.11/site-packages/h11/tests/helpers.py
- /usr/local/lib/python3.11/site-packages/h11/tests/test_against_stdlib_http.py
- /usr/local/lib/python3.11/site-packages/h11/tests/test_connection.py
- /usr/local/lib/python3.11/site-packages/h11/tests/test_events.py
- /usr/local/lib/python3.11/site-packages/h11/tests/test_headers.py
- /usr/local/lib/python3.11/site-packages/h11/tests/test_helpers.py
- /usr/local/lib/python3.11/site-packages/h11/tests/test_io.py
- /usr/local/lib/python3.11/site-packages/h11/tests/test_receivebuffer.py
- /usr/local/lib/python3.11/site-packages/h11/tests/test_state.py
- /usr/local/lib/python3.11/site-packages/h11/tests/test_util.py