Path returns the registered path for the handler.
()
| 258 | |
| 259 | // Path returns the registered path for the handler. |
| 260 | func (c *Context) Path() string { |
| 261 | return c.path |
| 262 | } |
| 263 | |
| 264 | // SetPath sets the registered path for the handler. |
| 265 | func (c *Context) SetPath(p string) { |
no outgoing calls