(pattern string, h http.HandlerFunc)
| 97 | Connect(pattern string, h http.HandlerFunc) |
| 98 | Delete(pattern string, h http.HandlerFunc) |
| 99 | Get(pattern string, h http.HandlerFunc) |
| 100 | Head(pattern string, h http.HandlerFunc) |
| 101 | Options(pattern string, h http.HandlerFunc) |
| 102 | Patch(pattern string, h http.HandlerFunc) |
no outgoing calls