Skip to content

AIDC Toolkit / Core / defaultHTTPFetch

Function: defaultHTTPFetch()

defaultHTTPFetch(url): Promise<HTTPResponse>

Defined in: http-fetch.ts:52

Default HTTP fetch function using global fetch function.

Parameters

url

string

URL.

Returns

Promise<HTTPResponse>

HTTP response.