Route mounts a sub-Router along a `pattern` string.
(pattern string, fn func(r Router))
| 79 | |
| 80 | // Route mounts a sub-Router along a `pattern` string. |
| 81 | Route(pattern string, fn func(r Router)) Router |
| 82 | |
| 83 | // Mount attaches another http.Handler along ./pattern/* |
| 84 | Mount(pattern string, h http.Handler) |
no outgoing calls