The options for the Hashbrown provider.
API
interface HashbrownProviderOptions {
middleware?: Array<(request: RequestInit) => RequestInit | Promise<RequestInit>>;
url: string;
}
The options for the Hashbrown provider.
interface HashbrownProviderOptions {
middleware?: Array<(request: RequestInit) => RequestInit | Promise<RequestInit>>;
url: string;
}