You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2026. It is now read-only.
Is your enhancement related to a problem? Please describe.
Currently, there's no way to pass additional fetch header or options to the fetch request.
Describe the solution you'd like
Provide an API to allow consumers to pass additional headers or options to fetch. This would most likely be by passing an additional object to the provider or extracting the creation of the HTTP client and passing a client option to the provider.