mirror of
https://github.com/telanflow/mps.git
synced 2025-09-26 20:41:25 +08:00
7 lines
117 B
Go
7 lines
117 B
Go
package mps
|
|
|
|
import "net/http"
|
|
|
|
type Middleware func(req *http.Request, resp *http.Response)
|
|
|
|
type a http.HandlerFunc |