7a05c5553b
Signed-off-by: Michael Mayer <michael@photoprism.app>
7 lines
133 B
Go
7 lines
133 B
Go
package header
|
|
|
|
const (
|
|
CacheControl = "Cache-Control"
|
|
CacheControlNoCache = "no-cache"
|
|
CacheControlNoStore = "no-store"
|
|
)
|