Expand description
Batch request handling for JSON-RPC 2.0.
This module provides support for processing multiple JSON-RPC requests in a single batch, as per the JSON-RPC 2.0 specification.
Enums§
- Batch
Request - A batch of JSON-RPC requests.
- Batch
Response - A batch of JSON-RPC responses.
Functions§
- process_
batch_ request - Process a batch of requests.