# Functions
GetHead automatically route undefined HEAD requests to GET handlers, and discards the response body for such requests.
New instantiates a new server instance.
WithAuthHandlers adds the provided auth handlers to the server.
WithConfig sets the server configuration.
WithUserStores adds the provided user stores to the server.
# Interfaces
Option is a server option.