Returns the HTTP method/verb for the request
()
| 100 | |
| 101 | /** Returns the HTTP method/verb for the request */ |
| 102 | public HttpMethod method() { |
| 103 | return this.method; |
| 104 | } |
| 105 | |
| 106 | /** Returns the response object, allowing serializers to set headers */ |
| 107 | public DefaultHttpResponse response() { |
no outgoing calls