package
0.4.6
Repository: https://github.com/rstudio/k8s-http-auth.git
Documentation: pkg.go.dev

# Functions

New creates a Middleware for use with an http mux (router).
NewFunc creates a new Func for use with an http mux (router).

# Constants

No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Options may be passed to New when creating a middleware func type.

# Interfaces

Middleware is an http.Handler that knows how to wrap another http.Handler as in a middleware chain.

# Type aliases

Func is the function type returned from New for use as an http middleware.