We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i simply do a GET / SEND all gzip compression gets lost..
restler.get(queryUrl).on("complete", (data, response: any) => { res.status(successStatus).send(data)
comparing headers in browser going direct or via Restler, the compression gets lost :(
is there a setting to propagate the compressed content?
direct:
content-encoding: gzip content-length: 38587 content-type: text/html; charset=utf-8 server: gunicorn/19.9.0
restler:
Cache-Control: no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0 Connection: keep-alive Content-Length: 870366 Content-Type: application/json; charset=utf-8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i simply do a GET / SEND all gzip compression gets lost..
comparing headers in browser going direct or via Restler, the compression gets lost :(
is there a setting to propagate the compressed content?
direct:
restler:
The text was updated successfully, but these errors were encountered: