photoprism/pkg/header/cache.go
Michael Mayer 7a05c5553b OAuth2: Add "POST /api/v1/oauth/revoke" API endpoint #782 #808 #3943
Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-01-10 12:21:43 +01:00

7 lines
133 B
Go

package header
const (
CacheControl = "Cache-Control"
CacheControlNoCache = "no-cache"
CacheControlNoStore = "no-store"
)