Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRequestParams

Represents parameters used to make an XMLHttpRequest-based HTTP request.

Documentation for most of the parameters can be found on MDN's documentation on XMLHttpRequest.

Hierarchy

  • IRequestParams

Index

Properties

Optional body

body: Document | BodyInit | null

Optional headers

method

method: string

Optional password

password: string | null

Optional responseType

responseType: HttpResponseBodyType

Optional timeout

timeout: undefined | number

url

url: string

Optional username

username: string | null

Optional withCredentials

withCredentials: undefined | false | true

Generated using TypeDoc