Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyCacheMode ¶
func ApplyCacheMode(w http.ResponseWriter, m CacheMode)
func ApplyCacheModeToHeader ¶
func HeaderWithCacheMode ¶
Types ¶
type StandardCacheMode ¶
type StandardCacheMode int
const ( NoCacheHeaders StandardCacheMode = iota Uncached PrivateMutable PublicMutable PublicImmutable )
func (StandardCacheMode) EnumCacheHeaders ¶
func (cm StandardCacheMode) EnumCacheHeaders(f func(key, value string))
Click to show internal directories.
Click to hide internal directories.