Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleProcRequest
Function · 0.65
rest.test.ts
File · 0.65
plainHandler
Function · 0.65
mappedHandler
Function · 0.65
procedures.e2e.test.ts
File · 0.65
createElysiaHandler
Function · 0.65
pluginHandler
Function · 0.65
createHonoHandler
Function · 0.65
createEventHandler
Function · 0.65
factory
Function · 0.65
createHandler
Function · 0.65
createHandler
Function · 0.65
Implementers
2
RPCApiHandler
packages/server/src/api/rpc/index.ts
RestApiHandler
packages/server/src/api/rest/index.ts
Calls
no outgoing calls
Tested by
3
handleProcRequest
Function · 0.52
plainHandler
Function · 0.52
mappedHandler
Function · 0.52