Releases: simonw/asgi-proxy-lib
Releases · simonw/asgi-proxy-lib
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 - 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