package
0.21.6
Repository: https://github.com/neuronlabs/neuron.git
Documentation: pkg.go.dev

# Variables

ErrHeader errors.Minor.
ErrHeaderNotAcceptable is an error related to not acceptable request header.
ErrHeaderValue is an error related to request header value.
ErrInternal is an internal server error.
ErrMissingRequiredHeader is an error related to missing required header.
ErrServer is an error related with server.
ErrServerClosed is an error thrown when the server is closed.
ErrServerOptions is an error related with server options.
ErrUnsupportedHeader is an error related to unsupported request header.
ErrURIParameter is an error related with uri parameters.

# Structs

Endpoint is a structure that represents api endpoint.

# Interfaces

EndpointsGetter is an interface that allows to get endpoint information.
Server is the interface used.

# Type aliases

Middleware is a http middleware function.
MiddlewareChain is a middleware slice type that could be used as a http.Handler.