package
2.9.0+incompatible
Repository: https://github.com/twinproduction/gatus.git
Documentation: pkg.go.dev

# Functions

CreateRouter creates the router for the http server.
GzipHandler compresses the response of a given http.Handler if the request's headers specify that the client supports gzip encoding.
GzipHandlerFunc compresses the response of a given http.HandlerFunc if the request's headers specify that the client supports gzip encoding.
Handle creates the router and starts the server.
Shutdown stops the server.

# Constants

DefaultPage is the default page to use if none is specified or an invalid value is provided.
DefaultPageSize is the default page siZE to use if none is specified or an invalid value is provided.
MaximumPageSize is the maximum page size allowed.