middleware

package
v0.0.0-...-c143a84 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2019 License: MIT Imports: 2 Imported by: 0

README

中间件 middleware

思路来源 negroni

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(handlers ...Handler) *middleware

Types

type Handler

type Handler interface {
	ServeHTTP(rw http.ResponseWriter, r *http.Request, next http.HandlerFunc)
}

func Wrap

func Wrap(handler http.Handler) Handler

type HandlerFunc

type HandlerFunc func(rw http.ResponseWriter, r *http.Request, next http.HandlerFunc)

func (HandlerFunc) ServeHTTP

func (h HandlerFunc) ServeHTTP(rw http.ResponseWriter, r *http.Request, next http.HandlerFunc)

Jump to

Keyboard shortcuts

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