Skip to main content

RequestUrlParam

Properties

url

url: string

method

method: string

contentType

contentType: string

body

body: string | ArrayBuffer

headers

headers: Record<string, string>

throw

throw: boolean

Whether to throw an error when the status code is >= 400 Defaults to true