MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / handleRequest

Method handleRequest

packages/server/src/types.ts:81–81  ·  view source on GitHub ↗

* Handle an API request.

(context: RequestContext<Schema>)

Source from the content-addressed store, hash-verified

79 * Handle an API request.
80 */
81 handleRequest(context: RequestContext<Schema>): Promise<Response>;
82}

Callers 15

handleProcRequestFunction · 0.65
rest.test.tsFile · 0.65
plainHandlerFunction · 0.65
mappedHandlerFunction · 0.65
createElysiaHandlerFunction · 0.65
pluginHandlerFunction · 0.65
createHonoHandlerFunction · 0.65
createEventHandlerFunction · 0.65
factoryFunction · 0.65
createHandlerFunction · 0.65
createHandlerFunction · 0.65

Implementers 2

RPCApiHandlerpackages/server/src/api/rpc/index.ts
RestApiHandlerpackages/server/src/api/rest/index.ts

Calls

no outgoing calls

Tested by 3

handleProcRequestFunction · 0.52
plainHandlerFunction · 0.52
mappedHandlerFunction · 0.52