Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 347 Bytes

File metadata and controls

10 lines (9 loc) · 347 Bytes

Object: "http".HttpResponse

Encapsulates HTTP-response information from an HTTP-request.

Properties
  • statusCode - Number.
    Gets the response status code.
  • headers - Object.
    Gets the response headers.
  • content - (optional) - HttpContent.
    Gets the response content.