This method is used to obtain the HTTP headers contained in the request. @return The HTTP headers contained in the request.
()
| 69 | * @return The HTTP headers contained in the request. |
| 70 | */ |
| 71 | List<String> getHeaders(); |
| 72 | |
| 73 | /** |
| 74 | * This method is used to obtain the parameters contained in the request. |