Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendHTTPRequestResult

Result of a 'HTTPClient.send()' call.

Hierarchy

  • SendHTTPRequestResult

Index

Properties

data

The underlying request data.

executionTime

executionTime: number

The number of millisconds the 'send' operatio needs for the execution.

options

options: RequestOptions

The underlying request options.

readRequestBody

readRequestBody: Base64Reader

Reads the body as Base64 string.

request

request: ClientRequest

The underlying request context.

response

response: ClientResponse

The underlying response context.

startTime

startTime: Moment.Moment

The start time.

url

url: Url

The called URL.

Generated using TypeDoc