A fetch-shaped function used by SecretsProviderOptions.http so
the HashiCorp Vault provider stays runtime-agnostic and testable.
(url: string,init?: RequestInit) => Promise<Response>
A fetch-shaped function used by SecretsProviderOptions.http so
the HashiCorp Vault provider stays runtime-agnostic and testable.
(url: string,init?: RequestInit) => Promise<Response>
import { type IVaultHttp } from "secrets-plugin/src/index.ts";