+------------------------------------------------------------+ | Path, Host, Subdomain, IP, Headers etc... | +------------------------------------------------------------+ Method returns the request.Method, the client's http method to the server.
()
| 886 | |
| 887 | // Method returns the request.Method, the client's http method to the server. |
| 888 | func (ctx *Context) Method() string { |
| 889 | return ctx.request.Method |
| 890 | } |
| 891 | |
| 892 | // Path returns the full request path, |
| 893 | // escaped if EnablePathEscape config field is true. |
no outgoing calls
no test coverage detected