Mount attaches another http.Handler along ./pattern/*
(pattern string, h http.Handler)
| 82 | |
| 83 | // Mount attaches another http.Handler along ./pattern/* |
| 84 | Mount(pattern string, h http.Handler) |
| 85 | |
| 86 | // Handle and HandleFunc adds routes for `pattern` that matches |
| 87 | // all HTTP methods. |
no outgoing calls