15 lines
337 B
ReStructuredText
15 lines
337 B
ReStructuredText
==========
|
|
HTTP2HTTPS
|
|
==========
|
|
|
|
A dead-simple Python TCP server that translates requests from HTTP to
|
|
HTTPS for you.
|
|
|
|
NOTE: This uses `http-parser`, which is broken as of Python 3.12. Your
|
|
distribution likely has this library, which is patched for your version
|
|
of Python.
|
|
|
|
Debian:
|
|
|
|
apt install python3-requests python3-http-parser
|