Skip to main content

OmniaHostPortConfig

@totemsdk/edge-adapters


@totemsdk/edge-adapters / OmniaHostPortConfig

Interface: OmniaHostPortConfig

Properties

endpoint

endpoint: string


fetch?

optional fetch?: (input, init?) => Promise<Response>

Parameters

input

string | URL | Request

init?

RequestInit

Returns

Promise<Response>


headers?

optional headers?: Record<string, string>