Properties

url

URL to use

url: string

options

Options to pass to the request

options: RequestOptions

metadata

Metadata to store in the request object so it’s accessible in the ResponseResolver. Not sent to server.

metadata?: { [key: string]: unknown; }