Skip to content
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

Public requests must also include 'public' in Cache-Control header (resolves #189) #190

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ Table of Contents
'ETag' header [HTTP] with, in the case of GET and HEAD the current
version, in the case of PUT, the new version, and in case of DELETE,
the version that was deleted. All successful GET requests MUST
return a 'Cache-Control: no-cache' header. PUT and DELETE requests
return a 'Cache-Control: no-cache' header, except for requests in
the 'public' subtree which MUST return a 'Cache-Control: no-cache, public'
header. PUT and DELETE requests
MAY have an 'If-Match' request header [COND], and MUST fail with a
412 response code if that does not match the document's current
version.
Expand Down