Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpRequestOptions

Hierarchy

  • HttpRequestOptions

Index

Properties

body?: object | URLSearchParams
dataType?: "html" | "text" | "json"
deprecated

Use responseType

method?: "GET" | "POST"
responseType?: "html" | "text" | "json"
type?: "GET" | "POST"
deprecated

Use method

url: string

Methods

  • error(error: unknown, request?: Response): void
  • success(response: any, request: Response): void

Generated using TypeDoc