feature: add http middleware capability #18
|
@ -0,0 +1,6 @@
|
|||
package api
|
||||
|
||||
import "net/http"
|
||||
|
||||
// Adapter to encapsulate incoming requests
|
||||
type Adapter func(http.HandlerFunc) http.HandlerFunc
|
Loading…
Reference in New Issue