Skip to content
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
3 changes: 1 addition & 2 deletions docs/web-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ With caching **disabled**, `respond()` sends:
```
Expires: Wed, 17 Aug 2005 00:00:00 GMT
Last-Modified: <now> GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Cache-Control: no-cache, must-revalidate
```

With caching **enabled**, it sends an `Expires` 15 minutes in the future and, if you set
Expand Down
Loading