Skip to content

AIDC Toolkit / Core / HTTPFetch

Type Alias: HTTPFetch()

HTTPFetch = (url) => Promisable<HTTPResponse>

Defined in: http-fetch.ts:41

HTTP fetch function.

Parameters

url

string

Returns

Promisable<HTTPResponse>