constructor to initialise the data members for http response object
Response object from the http request
text for the status response
@example
httpResponse = new HttpRespose(resp, 'Ok')
methohd to parse the http response into a json onbject
@example
const dataResponse = this.data()
Method to return string response from a method call
@example
const responseString = this.string();
Generated using TypeDoc
Class to prepare http response object