-
-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
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
Cache-Control: no-transform
#1252
Comments
I added in a little more. if the header exists in the request it will add to the response if the header isn't already set. then check if the response has the header set as expected before existing out early |
Thanks! Please note the current implementation does not work when the If the
Also, if the
|
Good catch! A task for tomorrow :). |
Is your feature request related to a problem? Please describe.
In
@middy/http-content-encoding
, if theCache-Control: no-transform
request header is set, the response should not be compressed.Additional context
The standard.
Implementations in Cloudflare and Express.
The text was updated successfully, but these errors were encountered: