Fetch (open)
Fetch a HTTP resource
Syntax
LOADLIB "wh::internet/fetch.whlib";
ASYNC FUNCTION Fetch(STRING uri, RECORD options, RECORD pooloptions)Parameters
STRING uriURI of the resource
RECORD optionsFetch options
RECORD pooloptionsPool options
Return value
Promise resvoling to a Response