# Functions

NewServer creates a new server instance.
NewServerWithOptions creates a new server instance with custom options.

# Structs

CheckURLsRequest is a JSON structure for a bulk URL check request.
CheckURLsResponse is a JSON structure for the bulk URL check response.
JWTValidationOptions configures authentication via JWT validation.
Options configures the web service instance.
Server starts an instance of the link checker service.
URLCheckTraceResponse reflects a trace of a single url checker plugin run.
URLRequest is a JSON structure for a single URL check request.
URLStatusResponse is the JSON response structure for one URL.