This method is used to obtain the HTTP method used in the request. @return The HTTP method used in the request.
()
| 55 | * @return The HTTP method used in the request. |
| 56 | */ |
| 57 | String getMethod(); |
| 58 | |
| 59 | /** |
| 60 | * This method is used to obtain the URL in the request. |