Asgi-proxy-lib

Latest version: v0.2a0

Safety actively analyzes 688087 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2a0

- All proxied requests now use `accept-encoding: identity` in the request header to the backend, to avoid any problems caused by compressed content. [9](https://github.com/simonw/asgi-proxy-lib/issues/9)
- Proxied requests no longer have a default timeout of 5 seconds, which makes streaming APIs less likely to error. This can be changed using the `timout=` parameter or on the CLI with the new `--timeout 3` option, which takes a floating point number of seconds. [10](https://github.com/simonw/asgi-proxy-lib/issues/10)

0.1a0

- First working version. Use the `app = asgi_proxy("https://url-goes-here")` function to create an ASGI application that proxies all incoming requests to the specified backend. [#1](https://github.com/simonw/asgi-proxy/issues/1)

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.