# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewMetricsHandler creates a new http.Handler for serving metrics from the provided prometheus.Registerer and prometheus.Gatherer.
NewMetricsHandlerWithDefaultRegistry creates a new http.Handler for serving metrics from the default prometheus.Registry.
NewReadynessCheck returns a middleware that performs deep health checks (verifies the connection to any underlying store) on a specific `path`.
NewRedirectToHTTPS creates a new redirectToHTTPS middleware that will redirect HTTP requests to HTTPS.
No description provided by the author
NewRequestLogger returns middleware which logs requests It uses a custom ResponseWriter to track status code & response size details.
NewRequestMetrics returns a middleware that will record metrics for HTTP requests to the provided prometheus.Registerer.
NewRequestMetricsWithDefaultRegistry returns a middleware that will record metrics for HTTP requests to the default prometheus.Registry.
No description provided by the author
No description provided by the author
NewStoredSessionLoader creates a new storedSessionLoader which loads sessions from the session store.
# Variables
DefaultMetricsHandler is the default http.Handler for serving metrics from the default prometheus.Registry.
# Structs
StoredSessionLoaderOptions contains all of the requirements to construct a stored session loader.
# Interfaces
Verifiable an interface for an object that has a connection to external data source and exports a function to validate that connection.