ui-router-server / fetch / FetchHandler
Type Alias: FetchHandler
ts
type FetchHandler = (request) => Promise<
| Response
| null>;Defined in: fetch.ts:41
The WinterCG handler: a verdict answered, or null to pass to the host.
Parameters
| Parameter | Type |
|---|---|
request | Request |
Returns
Promise< | Response | null>