Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpRequestOptions

Hierarchy

  • HttpRequestOptions

Index

Properties

Optional headers

headers: {}

Type declaration

  • [key: string]: string

Optional json

json: boolean

Optional method

method: "GET" | "POST"

Optional mimeType

mimeType: string

Optional query

query: Record<string, any>

Optional timeout

timeout: number

url

url: string

Generated using TypeDoc