Capnp_rpc_net.Capnp_addressSourceHandling of capnp:// URI format addresses. This code is shared between the unix and mirage networks.
include S.ADDRESS with type t = Location.t * Auth.Digest.tA 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.
How to verify that the correct address has been reached.