The options for the Hashbrown provider.
API
interface HashbrownProviderOptions {}middleware
Array<(request: RequestInit) => RequestInit | Promise<RequestInit>>The headers to send with the POST request to the Hashbrown endpoint.
url
stringThe URL of the Hashbrown server endpoint.