Searched refs:matchingMethods (Results 1 – 3 of 3) sorted by relevance
/prebuilts/go/linux-x86/src/net/http/ |
D | routing_tree_test.go | 264 test.tree.matchingMethods(test.host, test.path, ms)
|
D | routing_tree.go | 219 func (root *routingNode) matchingMethods(host, path string, methodSet map[string]bool) { func
|
D | server.go | 2629 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)
|