Module client

Module client 

Source
Expand description

Tools to generate and parse service names.

Functions§

deserialize_service
Deserializes a valid URI into a Service using policy’s metadata to generate the service name
deserialize_service_opt
Deserializes a valid URI into a Option<Service> using policy’s metadata to generate the service name
deserialize_service_opt_vec
Deserializes a set of valid URIs into a Option<Vec<Service>> using policy’s metadata to generate the service name
deserialize_service_vec
Deserializes a set of valid URIs into a Vec<Service> using policy’s metadata to generate the service name
service_name
Generates a compliant Service name using the policy name and the authority part of an URL