Skip to content

RequestUrlParam

Defined in: obsidian.d.ts:3477

Properties

body?

optional body: string | ArrayBuffer

Defined in: obsidian.d.ts:3485


contentType?

optional contentType: string

Defined in: obsidian.d.ts:3483


headers?

optional headers: Record<string, string>

Defined in: obsidian.d.ts:3487


method?

optional method: string

Defined in: obsidian.d.ts:3481


throw?

optional throw: boolean

Defined in: obsidian.d.ts:3493

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


url

url: string

Defined in: obsidian.d.ts:3479