package
6.0.0-beta.10+incompatible
Repository: https://github.com/nuts-foundation/nuts-node.git
Documentation: pkg.go.dev

# Functions

MaxAge creates a new middleware that sets the Cache-Control header to the given max-age for the given request URLs.
NoCache creates a new middleware that sets the Cache-Control header to no-cache for the given request URLs.

# Structs

Middleware is a middleware that sets the Cache-Control header (no-cache or max-age) for the given request URLs.