# Functions
HttpError writes an error to the client in a standard format.
MarshalJSON will marshal v to JSON.
NewHandler returns a new instance of handler with routes.
NewServeMux allocates and returns a new ServeMux.
ServeOptions returns an empty response to comply with OPTIONS pre-flight requests.
# Constants
Root path for the API.
Root path for the preview API.
Supported authentication methods.
Supported authentication methods.
Name of the special user for subscriptions.
Supported authentication methods.
# Variables
DefaultServeMux is the default ServeMux used by Serve.
# Type aliases
AuthenticationMethod defines the type of authentication used.