# Functions
HealthcheckFilter creates a map for healthcheck endpoints whitelisting, to be provided to the Whitelist generic function.
Whitelist creates a middleware that executes whitelisted endpoints The provided whitelist is keyed by path, and contains the handler to use and the methods for which the whitelist applies.