Documentation ¶
Index ¶
- func AddCacheControlToHeader(h http.Header, d time.Duration)
- func HandleFileETagCache(req *http.Request, w http.ResponseWriter, fi os.FileInfo) (handled bool)
- func HandleGenericETagCache(req *http.Request, w http.ResponseWriter, etag string) (handled bool)
- func HandleTimeCache(req *http.Request, w http.ResponseWriter, fi os.FileInfo) (handled bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCacheControlToHeader ¶ added in v1.16.0
AddCacheControlToHeader adds suitable cache-control headers to response
func HandleFileETagCache ¶ added in v1.14.2
HandleFileETagCache handles ETag-based caching for a HTTP request
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 HandleTimeCache ¶
HandleTimeCache handles time-based caching for a HTTP request
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.