httpcache

package
v0.0.0-...-495e01f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleGenericETagCache

func HandleGenericETagCache(req *http.Request, w http.ResponseWriter, etag string) (handled bool)

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 ServeContentWithCacheControl

func ServeContentWithCacheControl(w http.ResponseWriter, req *http.Request, name string, modTime time.Time, content io.ReadSeeker)

func SetCacheControlInHeader

func SetCacheControlInHeader(h http.Header, maxAge time.Duration, additionalDirectives ...string)

SetCacheControlInHeader sets suitable cache-control headers in the response

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL