Http Method for this request. @return the HttpMethod string @deprecated @see #httpMethod()
()
| 196 | * @deprecated @see {@link #httpMethod()} |
| 197 | */ |
| 198 | @Deprecated |
| 199 | public String method() { |
| 200 | return httpMethod.name(); |
| 201 | } |
| 202 | |
| 203 | /** |
| 204 | * Http Method for the request. |