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