Documentation ¶
Index ¶
- func NewBasic(ctx context.Context, next http.Handler, authConfig dynamic.BasicAuth, ...) (http.Handler, error)
- func NewDigest(ctx context.Context, next http.Handler, authConfig dynamic.DigestAuth, ...) (http.Handler, error)
- func NewForward(ctx context.Context, next http.Handler, config dynamic.ForwardAuth, ...) (http.Handler, error)
- type UserParser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBasic ¶
func NewBasic(ctx context.Context, next http.Handler, authConfig dynamic.BasicAuth, name string) (http.Handler, error)
NewBasic creates a basicAuth middleware.
Types ¶
Click to show internal directories.
Click to hide internal directories.