HttpResponse: {
    data?: string;
    headers?: IncomingHttpHeaders;
    statusCode?: number;
}

a wrapper used to hold the response details from a call to httpService.performRequest(...) including the response headers, data and statusCode

Type declaration

  • Optional data?: string
  • Optional headers?: IncomingHttpHeaders
  • Optional statusCode?: number

Generated using TypeDoc