HTTP to HTTPS proxy
Go to file
Peter McGoron c39431c493 proxy 2024-07-19 06:54:32 -04:00
COPYING proxy 2024-07-19 06:54:32 -04:00
README.rst proxy 2024-07-19 06:54:32 -04:00
http2https.py proxy 2024-07-19 06:54:32 -04:00

README.rst

==========
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