Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
CS foundations
/
HTTP semantics
What does `Cache-Control: no-cache` require for a stored response?
from HTTP semantics
Node 24
beginner
1 min
What does `Cache-Control: no-cache` require for a stored response?
The response must never be stored.
The response must be validated successfully before reuse.
Only a shared cache may store it.
The response remains fresh forever.
Check
Ask AI about this kata
Report an error
previous kata
A cache sends `If-None-Match` for a stored GET response and receives `304 Not Modified`. …
Quiz
next kata
What does this simplified PUT contract print?
Predict the output
A new version is available
Reload