blob: cf9ebe069c42d1f2a1a3aafc14c6c1cf6fc866b4 (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: http://hyper.rtfd.org/
|