oRPC RPC Protocol
Installation
SKILL.md
RPC Protocol
The RPC protocol enables remote procedure calls over HTTP using JSON, supporting native data types.
Routing
Procedure determined by pathname:
curl https://example.com/rpc/planet/create
Calls planet.create with /rpc prefix.
Input
Input can be in URL query parameters or request body.
Default RPCHandler blocks GET requests via StrictGetMethodPlugin except for explicit allowed.