[][src]Crate jsonrpc_server_utils

JSON-RPC servers utilities.

Re-exports

pub use tokio;
pub use tokio_codec;

Modules

codecs

Codecs utilities

cors

CORS handling utility functions

hosts

Host header validation.

reactor

Event Loop Executor Either spawns a new event loop, or re-uses provided one.

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.