middleware

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Function

type Function func(ctx http.Context, next http.RequestDelegate) error

type Middleware

type Middleware struct {
	// contains filtered or unexported fields
}

func New

func New(function Function, options ...Option) *Middleware

func (*Middleware) Function

func (r *Middleware) Function() Function

func (*Middleware) Order

func (r *Middleware) Order() int

func (*Middleware) PathPatterns

func (r *Middleware) PathPatterns() []string

type Option

type Option func(middleware *Middleware)

func WithOrder

func WithOrder(order int) Option

type Registry

type Registry interface {
	Register(path string, middlewareFunction Function, options ...Option)
	Middlewares() []Middleware
}

Jump to

Keyboard shortcuts

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