Interface FetchHttpClientOptions

The options available for the DataAPIClient related to making HTTP requests using the native fetch API.

This will be the fallback client if the default client fails to load/if the default client is not available.

See the astra-db-ts README for more information on different clients.

https://github.com/datastax/astra-db-ts

interface FetchHttpClientOptions {
    client: "fetch";
}

Properties

Properties

client: "fetch"

Use the native fetch API for making HTTP requests.