Crate jsonrpc_server_utils

Source
Expand description

JSON-RPC servers utilities.

Re-exports§

pub use tokio;
pub use tokio_stream;
pub use tokio_util;

Modules§

codecs
Codecs utilities
cors
CORS handling utility functions
hosts
Host header validation.
reactor
Event Loop Executor
session
Session statistics.

Structs§

SuspendableStream
Incoming is a stream of incoming sockets Polling the stream may return a temporary io::Error (for instance if we can’t open the connection because of “too many open files” limit) we use for_each combinator which:

Traits§

Pattern
Pattern that can be matched to string.