Interface MakeHttpCallAOptions

The options type for makeHttpCallA.

Hierarchy

  • MakeHttpCallAOptions

Properties

Properties

url: string
method: string

e.g. GET, POST, PUT, DELETE

headers: Record<string, string>

e.g. { 'Authorization': 'Bearer <access token>' }

body: string | Blob | FormData
mode: "cors" | "no-cors" | "same-origin"

Generated using TypeDoc