IHttpClient.fetch(url: string,options?: RequestInit,): Promise<Response>
Fetch a resource from a URL
optional
options: RequestInit
- Fetch options
Promise<Response>
Promise resolving to the Response
IHttpClient.fetch(url: string,options?: RequestInit,): Promise<Response>
Fetch a resource from a URL
options: RequestInit
Promise<Response>
Promise resolving to the Response
import { type IHttpClient } from ".";