PATCH registers a new PATCH route with the given path and handler.
(path string, h HttpHandle)
| 19 | OPTIONS(path string, h HttpHandle) RouterNode |
| 20 | // PATCH registers a new PATCH route with the given path and handler. |
| 21 | PATCH(path string, h HttpHandle) RouterNode |
| 22 | // POST registers a new POST route with the given path and handler. |
| 23 | POST(path string, h HttpHandle) RouterNode |
| 24 | // PUT registers a new PUT route with the given path and handler. |