Documentation
¶
Index ¶
- func AddCacheControlToHeader(h http.Header, maxAge time.Duration, additionalDirectives ...string)
- 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 HandleGenericETagTimeCache(req *http.Request, w http.ResponseWriter, etag string, lastModified time.Time) (handled bool)
- func HandleGenericTimeCache(req *http.Request, w http.ResponseWriter, lastModified time.Time) (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 ¶
AddCacheControlToHeader adds suitable cache-control headers to response
func HandleFileETagCache ¶
HandleFileETagCache handles ETag-based caching for a HTTP request
func HandleGenericETagCache ¶
HandleGenericETagCache handles ETag-based caching for a HTTP request. It returns true if the request was handled.
func HandleGenericETagTimeCache ¶
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 HandleGenericTimeCache ¶
func HandleGenericTimeCache(req *http.Request, w http.ResponseWriter, lastModified time.Time) (handled bool)
HandleGenericTimeCache handles time-based caching for a HTTP request
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.