Home
last modified time | relevance | path

Searched defs:HandlerFunc (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/test/fixedbugs/issue31252.dir/
Dc.go12 type HandlerFunc func(*string) type
24 func GET(path string, handlers ...HandlerFunc) {
/prebuilts/go/linux-x86/test/typeparam/
Dissue51909.go15 type HandlerFunc[Input any] func(Input) Response type
/prebuilts/go/linux-x86/src/net/http/
Dserver.go2216 type HandlerFunc func(ResponseWriter, *Request) type