Crate jsonrpc_server_utils
source · [−]Expand description
JSON-RPC servers utilities.
Re-exports
pub use tokio;
pub use tokio_codec;
Modules
Codecs utilities
CORS handling utility functions
Host header validation.
Event Loop Executor
Session statistics.
Structs
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 that can be matched to string.