//
pkg.gl
Category
github.com/nuts-foundation/nuts-node
http
cache
package
6.0.0-beta.10+incompatible
Repository:
https://github.com/nuts-foundation/nuts-node.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
47 SLOC
#
Functions
MaxAge
MaxAge creates a new middleware that sets the Cache-Control header to the given max-age for the given request URLs.
NoCache
NoCache creates a new middleware that sets the Cache-Control header to no-cache for the given request URLs.
#
Structs
Middleware
Middleware is a middleware that sets the Cache-Control header (no-cache or max-age) for the given request URLs.