httpcache

package
v0.0.0-...-85b91c5 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2023 License: MIT Imports: 8 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCacheControlToHeader

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

AddCacheControlToHeader adds suitable cache-control headers to response

func HandleFileETagCache

func HandleFileETagCache(req *http.Request, w http.ResponseWriter, fi os.FileInfo) (handled bool)

HandleFileETagCache handles ETag-based caching for a HTTP request

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 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

func HandleTimeCache(req *http.Request, w http.ResponseWriter, fi os.FileInfo) (handled bool)

HandleTimeCache handles time-based caching for a HTTP request

Types

This section is empty.

Jump to

Keyboard shortcuts

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