package
0.11.4
Repository: https://github.com/logitainer/rexray.git
Documentation: pkg.go.dev

# Functions

NewAuthAllSvcsHandler returns a new authAllSvcsHandler.
NewAuthGlobalHandler returns a new authGlobalHandler.
NewAuthSvcHandler returns a new authSvcHandler.
NewErrorHandler returns a new global HTTP filter for handling errors.
NewInstanceIDHandler returns a new global HTTP filter for grokking the InstanceIDs from the headers.
NewLocalDevicesHandler returns a new global HTTP filter for grokking the local devices from the headers.
NewLoggingHandler instantiates a new instance of the loggingHandler type.
NewOnRequestHandler is a handler.
NewPostArgsHandler returns a new filter for injecting the store with the POST object's fields and additional options.
NewQueryParamsHandler returns a new filter for injecting the store with query parameters.
NewSchemaValidator returns a new filter for validating request payloads and response payloads against defined JSON schemas.
NewServiceValidator returns a new filter for validating that the service specified as part of the path is valid.
NewStorageSessionHandler returns a new filter for ensuring that a storage session is injected for routes that request it.
NewTransactionHandler returns a new global HTTP filter for grokking the transaction info from the headers.

# Variables

DisableResponseValidation is a flag indicating whether or not to perform resposne validation.
OnRequest is a handler to which an external provider can attach that is invoked for every incoming HTTP request.