Searched defs:HandlerFunc (Results 1 – 3 of 3) sorted by relevance
12 type HandlerFunc func(*string) type24 func GET(path string, handlers ...HandlerFunc) {
15 type HandlerFunc[Input any] func(Input) Response type
2216 type HandlerFunc func(ResponseWriter, *Request) type