Skip to content

Interface: DatabricksFetchInit

Request options for databricksFetch.

optional body?: unknown

JSON-serialized as the request body when present.


optional headers?: Record<string, string>

Extra headers merged over the default Content-Type: application/json.


method: string


optional signal?: AbortSignal