HttpContext
May 27, 2025 ยท View on GitHub
Class to wrap the request sent to the server and the response received from the server.
Methods
| Name | Description | Return Type |
|---|---|---|
getRequest() | Getter for the Http Request. | HttpRequest |
getResponse() | Getter for the Http Response. | HttpResponse |