createDefaultDiscoveryHttp(fetchImpl?: fetch): IDiscoveryHttp
Creates the default HTTP seam.
optional
fetchImpl: fetch = fetch
The fetch implementation (defaults to the global)
An IDiscoveryHttp over fetch
createDefaultDiscoveryHttp(fetchImpl?: fetch): IDiscoveryHttp
Creates the default HTTP seam.
fetchImpl: fetch = fetch
The fetch implementation (defaults to the global)
An IDiscoveryHttp over fetch
import { createDefaultDiscoveryHttp } from "service-discovery-plugin/src/index.ts";