capnp-rpc-unix
Cap'n Proto is a capability-based RPC system with bindings for many languages
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library capnp-rpc-unix
type t = Location.t * Capnp_rpc_lwt.Auth.Digest.t
A network address at which a vat can be reached.
parse_uri uri
extracts from a URI the network address and service ID.
to_uri (t, service_id)
is a URI that can be parsed back into (t, service_id)
by parse_uri
.
val digest : t -> Capnp_rpc_lwt.Auth.Digest.t
How to verify that the correct address has been reached.