Files
mps/middleware.go
telanflow ce279490b8 test
2020-08-03 20:32:47 +08:00

7 lines
117 B
Go

package mps
import "net/http"
type Middleware func(req *http.Request, resp *http.Response)
type a http.HandlerFunc