Function: createRouteRequestHandler()
createRouteRequestHandler(
create): (request) =>Promise<Response>
Defined in: createRouteRequestHandler.ts:11
Creates a Web-standard handler while leaving storage and access control to the host.
Parameters
create
Returns
(request) => Promise<Response>