Function: createHistoryRequestHandler()
createHistoryRequestHandler<
Context>(options): (_request,context) =>Promise<Response>
Defined in: createHistoryRequestHandler.ts:5
Creates a history endpoint while leaving route conventions, storage, and access control to the host.
Type Parameters
Context
Context
Parameters
options
HistoryRequestHandlerOptions<Context>
Returns
(_request, context) => Promise<Response>