Remove removes route from the Router. Router may choose not to implement this method.
(method string, path string)
| 30 | // |
| 31 | // Router may choose not to implement this method. |
| 32 | Remove(method string, path string) error |
| 33 | |
| 34 | // Routes returns information about all registered routes |
| 35 | Routes() Routes |
no outgoing calls