Description
Builds WSGI applications that forward HTTP requests to another service through different Python HTTP client backends. It helps developers create reverse-proxy, testing, or integration layers inside Python web stacks.
Use it as a web library, not as a standalone proxy appliance. Proxies can expose private services or pass credentials, so restrict targets, validate headers, and avoid forwarding untrusted traffic without controls.