-
Notifications
You must be signed in to change notification settings - Fork 548
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
Add cache support for responses without cache-control: public
#3852
Comments
flakey5
added a commit
to flakey5/undici
that referenced
this issue
Nov 22, 2024
Closes nodejs#3852 Signed-off-by: flakey5 <[email protected]>
flakey5
added a commit
to flakey5/undici
that referenced
this issue
Nov 24, 2024
Closes nodejs#3852 Closes nodejs#3869 Signed-off-by: flakey5 <[email protected]>
flakey5
added a commit
to flakey5/undici
that referenced
this issue
Nov 24, 2024
Closes nodejs#3852 Closes nodejs#3869 Signed-off-by: flakey5 <[email protected]>
flakey5
added a commit
to flakey5/undici
that referenced
this issue
Nov 25, 2024
Closes nodejs#3852 Closes nodejs#3869 Signed-off-by: flakey5 <[email protected]>
flakey5
added a commit
to flakey5/undici
that referenced
this issue
Nov 26, 2024
Closes nodejs#3852 Closes nodejs#3869 Signed-off-by: flakey5 <[email protected]>
flakey5
added a commit
to flakey5/undici
that referenced
this issue
Nov 26, 2024
Closes nodejs#3852 Closes nodejs#3869 Signed-off-by: flakey5 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to https://www.rfc-editor.org/rfc/rfc9111.html#response.cacheability, it's possible to cache responses if
Cache-Control: public
is not present.Going through that list (non exhaustively):
Cache-Control: private
, behind an option (disabled by default)Expires
headerOn that latter point:
This might be useful for some application.
The text was updated successfully, but these errors were encountered: