Expand description

Logger for jsonrpsee servers.

Structs

  • A stream of Bytes, used when receiving bodies.
  • A set of HTTP headers
  • Parameters sent with an incoming JSON-RPC request.

Enums

  • The type JSON-RPC v2 call, it can be a subscription, method call or unknown.
  • The transport protocol used to send or receive a call or request.

Traits

  • Defines a logger specifically for WebSocket connections with callbacks during the RPC request life-cycle. The primary use case for this is to collect timings for a larger metrics collection solution.

Type Definitions