jsonrpsee_server::middleware

Module rpc

Source
Expand description

JSON-RPC specific middleware. Various middleware implementations for JSON-RPC specific purposes.

Re-exports§

pub use layer::*;

Modules§

layer
Specific middleware layer implementation provided by jsonrpsee.

Structs§

RpcServiceBuilder
Similar to tower::ServiceBuilder but doesn’t support any tower middleware implementations.

Traits§

RpcServiceT
Similar to the tower::Service but specific for jsonrpsee and doesn’t requires &mut self for performance reasons.