pub fn parse_uri(uri: &str) -> Result<UriComponents, CamelError>Expand description
Parse a Camel-style URI into its components.
Format: scheme:path?key1=value1&key2=value2
pub fn parse_uri(uri: &str) -> Result<UriComponents, CamelError>Parse a Camel-style URI into its components.
Format: scheme:path?key1=value1&key2=value2