Method returns the handler http method.
()
| 85 | |
| 86 | // Method returns the handler http method. |
| 87 | func (h *HandlerRegistration) Method() string { |
| 88 | return h.method |
| 89 | } |
| 90 | |
| 91 | // Path returns the handler http path. |
| 92 | func (h *HandlerRegistration) Path() string { |
no outgoing calls