Options
All
  • Public
  • Public/Protected
  • All
Menu

The XML HTTP request properties.

Hierarchy

  • IRequest

Index

Properties

Properties

Optional data

data: any

The data to pass in the request.

Optional headers

headers: {}

The request headers.

Type declaration

  • [key: string]: string

Optional method

method: string

The request method.

url

url: string

The request url.

Generated using TypeDoc