blob: 4142970a809cb359e3566a30a93ed4543b3c8781 (
plain) (
blame)
1
2
3
4
|
This is a pure-Python implementation of a HTTP/2 protocol stack. It's
written from the ground up to be embeddable in whatever program you
choose to use, ensuring that you can speak HTTP/2 regardless of your
programming paradigm.
|