RequestUrlParam

RequestUrlParam interface

Signature:

export interface RequestUrlParam 

Properties

PropertyModifiersTypeDescription
body?string | ArrayBuffer(Optional)
contentType?string(Optional)
headers?Record<string, string>(Optional)
method?string(Optional)
throw?boolean(Optional) Whether to throw an error when the status code is 400+ Defaults to true
urlstring