Function: urlSource()
urlSource(
options):SourceAdapter
Defined in: server/src/sources.ts:36
Parameters
options
allowHosts
string[]
allowPorts?
(string | number)[]
Ports the fetch may use. Default: the protocol's own port only.
fetch?
{(input, init?): Promise<Response>; (input, init?): Promise<Response>; (input, init?): Promise<Response>; }