Searched defs:HandlerFunc (Results 1 – 4 of 4) sorted by relevance
12 type HandlerFunc func(*string) type24 func GET(path string, handlers ...HandlerFunc) {
40 using HandlerFunc = std::function<void(const Request&, Response&)>; typedef
15 type HandlerFunc[Input any] func(Input) Response type
2216 type HandlerFunc func(ResponseWriter, *Request) type