Crate bitconch_jsonrpc_server_utils

Source
Expand description

JSON-RPC servers utilities.

Re-exports§

pub extern crate tokio;
pub extern crate 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.

Traits§

Pattern
Pattern that can be matched to string.