middlewares

package
v3.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2022 License: MIT Imports: 22 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Env *configs.Env
}

func (*Auth) Attach

func (a *Auth) Attach(request *http.Request, response http.ResponseWriter) bool

func (*Auth) Priority

func (a *Auth) Priority() int

type Factory

type Factory struct {
	Debug       bool
	Middlewares []Middleware
}

func (*Factory) Add

func (m *Factory) Add(middlware Middleware)

func (*Factory) Attach

func (m *Factory) Attach(handler http.Handler) http.Handler

func (*Factory) Register

func (m *Factory) Register(middlewares []Middleware)

func (*Factory) Sort

func (m *Factory) Sort()
type Header struct {
}

func (*Header) Attach

func (a *Header) Attach(_ *http.Request, response http.ResponseWriter) bool

func (*Header) Priority

func (a *Header) Priority() int

type Jwt added in v3.1.0

type Jwt struct {
	Secret string
	Method string
	User   *configs.User
}

func (*Jwt) Attach added in v3.1.0

func (j *Jwt) Attach(request *http.Request, response http.ResponseWriter) bool

func (*Jwt) Priority added in v3.1.0

func (j *Jwt) Priority() int

type Middleware

type Middleware interface {
	Attach(request *http.Request, response http.ResponseWriter) bool
	Priority() int
}

type RequestID

type RequestID struct {
	RequestIDHeader string
}

func (*RequestID) Attach

func (r *RequestID) Attach(request *http.Request, response http.ResponseWriter) bool

func (*RequestID) Priority

func (r *RequestID) Priority() int

Jump to

Keyboard shortcuts

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