middlewares

package
v8.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2022 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

View Source
const ApiVersionInvalidKey = "broker-api-version-invalid"

Variables

This section is empty.

Functions

func AddCorrelationIDToContext

func AddCorrelationIDToContext(next http.Handler) http.Handler

func AddInfoLocationToContext

func AddInfoLocationToContext(next http.Handler) http.Handler

func AddOriginatingIdentityToContext

func AddOriginatingIdentityToContext(next http.Handler) http.Handler

func AddRequestIdentityToContext

func AddRequestIdentityToContext(next http.Handler) http.Handler

Types

type APIVersionMiddleware

type APIVersionMiddleware struct {
	LoggerFactory lager.Logger
}

func (APIVersionMiddleware) ValidateAPIVersionHdr

func (m APIVersionMiddleware) ValidateAPIVersionHdr(next http.Handler) http.Handler

type ContextKey

type ContextKey string
const (
	CorrelationIDKey       ContextKey = "correlation-id"
	InfoLocationKey        ContextKey = "infoLocation"
	OriginatingIdentityKey ContextKey = "originatingIdentity"
	RequestIdentityKey     ContextKey = "requestIdentity"
)

type ErrorResponse

type ErrorResponse struct {
	Description string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL