Documentation
¶
Index ¶
- func HandleGenericETagPrivateCache(req *http.Request, w http.ResponseWriter, etag string, lastModified *time.Time) bool
- func HandleGenericETagPublicCache(req *http.Request, w http.ResponseWriter, etag string, lastModified *time.Time) bool
- func SetCacheControlInHeader(h http.Header, opts *CacheControlOptions)
- type CacheControlOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleGenericETagPrivateCache ¶ added in v1.26.0
func HandleGenericETagPublicCache ¶ added in v1.26.0
func SetCacheControlInHeader ¶ added in v1.19.0
func SetCacheControlInHeader(h http.Header, opts *CacheControlOptions)
SetCacheControlInHeader sets suitable cache-control headers in the response
Types ¶
type CacheControlOptions ¶ added in v1.24.0
func CacheControlForPrivateStatic ¶ added in v1.24.0
func CacheControlForPrivateStatic() *CacheControlOptions
func CacheControlForPublicStatic ¶ added in v1.24.0
func CacheControlForPublicStatic() *CacheControlOptions
Click to show internal directories.
Click to hide internal directories.