Interfaces
HttpResponse
Encapsulates HTTP-response information from an HTTP-request.
Defined in: http/http-interfaces.ts
Encapsulates HTTP-response information from an HTTP-request.
Type Parameters
| Type Parameter | Default type |
|---|---|
T | HttpContent |
Properties
content?
optional content?: T;Defined in: http/http-interfaces.ts
Gets the response content.
headers
headers: Headers;Defined in: http/http-interfaces.ts
Gets the response headers.
statusCode
statusCode: number;Defined in: http/http-interfaces.ts
Gets the response status code.
- Previous
- HttpRequestOptions
- Next
- IDevice