# Functions
Adapt wraps a gin.HandlerFunc around an http.Handler.
AdaptFunc wraps a gin.HandlerFunc around an http.HandlerFunc.
ErrorResult returns a basic error result object as a convenience.
Exit returns a handler function that will interrupt the current process via SIGINT.
JSONResult returns a JSON message representing the specified object.
Link returns an HTML page with a short list of links to useful(?) server URLs.
Links returns an HTML page with a short list of links to useful server URLs.
NewWrapped returns a new wrapped handler.
Ping returns a simple JSON object containing the message "pong".
# Constants
LinkTableStyleSheet is the default style sheet for use in Links().
# Interfaces
CanServe is the base handler that will be wrapped and served.