Expand description
JSON-RPC request object related types
Types to handle JSON-RPC requests according to the spec.
Some types come with a “*Ser” variant that implements serde::Serialize
; these are used in the client.
Structs§
- Invalid
Request - JSON-RPC Invalid request as defined in the spec.
- Notification
- JSON-RPC notification (a request object without a request ID) as defined in the spec.
- Request
- JSON-RPC request object as defined in the spec.