Module toy_rpc::server[][src]

RPC server. There is only one Server defined, but some methods have different implementations depending on the runtime feature flag

Modules

async_stdasync_std_runtime or http_tide
http_actix_webhttp_actix_web
http_tidehttp_tide
http_warphttp_warp
tokiotokio_runtime or http_warp or http_actix_web

Structs

Server

RPC Server

ServerBuilder

Enums

ConnectionStatus

Constants

DEFAULT_RPC_PATH

Default RPC path for http handler