package octez-rpc-process

  1. Overview
  2. Docs
val callback : acl:Tezos_rpc_http_server.RPC_server.Acl.t -> Tezos_rpc_http_server.RPC_server.server -> string -> Tezos_rpc_http_server.RPC_server.callback

callback server socket_path redirects all the traffic received by the given server to the socket determined by socket_path if it fails to be resolved locally. The forwarding happens only if the acl rules are satisfied.

OCaml

Innovation. Community. Security.