Home

Awesome

ProxyX

Build Status

Proof of concept for a lightweight HTTP/1.1 proxy service built with ASGI and HTTPX. No maintenance intended.

Setup

Clone this repository, then install dependencies:

scripts/install

Example

scripts/example

This will proxy https://www.python-httpx.org/ (the HTTPX documentation) from localhost:8000.

Use environment variables as below to proxy a different target:

PROXYX_HOSTNAME="www.example.org" PROXYX_ROOT_PATH="" scripts/example

Known limitations

License

MIT