Home
last modified time | relevance | path

Searched refs:matchingMethods (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/src/net/http/
Drouting_tree_test.go264 test.tree.matchingMethods(test.host, test.path, ms)
Drouting_tree.go219 func (root *routingNode) matchingMethods(host, path string, methodSet map[string]bool) { func
Dserver.go2629 allowedMethods := mux.matchingMethods(host, path)
2717 func (mux *ServeMux) matchingMethods(host, path string) []string { func
2723 mux.tree.matchingMethods(host, path, ms)
2726 mux.tree.matchingMethods(host, path+"/", ms)