Module garage_rpc::rpc_client[][src]

Expand description

Contain structs related to making RPCs

Structs

RequestStrategy

Strategy to apply when making RPC

RpcAddrClient

Thin wrapper arround an RpcHttpClient specifying the path of the request

RpcClient

Client used to send RPC

RpcHttpClient

HTTP client used to make RPCs

Type Definitions

LocalHandlerFn

Shortcut for a boxed async function taking a message, and resolving to another message or an error