Options
All
  • Public
  • Public/Protected
  • All
Menu

The HTTP Request configuration.

Hierarchy

  • HTTPRequest

Index

Properties

body?: string | Uint8Array

Request Body to send to the provided url

headers?: Record<string, string[]>

Collection of request headers

method: string

Request method type

timeoutMs?: number

HttpRequest timeout

url: string

Endpoint url

Generated using TypeDoc