Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 364 Bytes

File metadata and controls

12 lines (7 loc) · 364 Bytes

HttpContext

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