class HttpFetcher
implements IContentFetcher
Fetches content over HTTP/HTTPS using the standard Fetch API. This is the default fetcher for URL-based sources.
new
HttpFetcher(options?: IHttpFetcherOptions)
Creates a new HttpFetcher
private
readonly
headers: Record<string, string>
private
readonly
options: Required<Omit<IHttpFetcherOptions, "headers">>