# Functions

New creates a handler for handling different HTTP requests based on the given services.

# Constants

ErrMsgUnverified "unauthenticated/unauthorized".
HTTPStatusClientClosedRequest represents a non-standard status code meaning that the client closed the connection before the server answered the request.
ProblemJSONContentType represents the media type of the error response.

# Structs

InvalidParam represents the invalid parameters requested by the user.
OAuthAccessTokenMock is a mock of OAuthAccessToken.
PrincipalMock is a mock of Principal.
RFC7807Error represents the error message fulfilling RFC7807 standard.
RoundTripperMock is a mock of RoundTripper.

# Type aliases

Func represents the a handle function type.