Documentation
¶
Index ¶
- func HandleGenericETagCache(req *http.Request, w http.ResponseWriter, etag string) (handled bool)
- func HandleGenericETagTimeCache(req *http.Request, w http.ResponseWriter, etag string, lastModified *time.Time) (handled bool)
- func SetCacheControlInHeader(h http.Header, opts *CacheControlOptions)
- type CacheControlOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleGenericETagCache ¶ added in v1.14.2
HandleGenericETagCache handles ETag-based caching for a HTTP request. It returns true if the request was handled.
func HandleGenericETagTimeCache ¶ added in v1.17.0
func HandleGenericETagTimeCache(req *http.Request, w http.ResponseWriter, etag string, lastModified *time.Time) (handled bool)
HandleGenericETagTimeCache handles ETag-based caching with Last-Modified caching for a HTTP request. It returns true if the request was handled.
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 ¶
func CacheControlForPrivateStatic ¶
func CacheControlForPrivateStatic() *CacheControlOptions
func CacheControlForPublicStatic ¶
func CacheControlForPublicStatic() *CacheControlOptions
Click to show internal directories.
Click to hide internal directories.