pub fn parse_connection_string(
connection_string: &str,
) -> Result<(Protocol, String, Option<u16>)>Expand description
Parse a connection string into protocol and connection details
Examples:
- “http://localhost:15002” -> HTTP transport
- “https://api.example.com” -> HTTPS transport
- “umicp://localhost:15003” -> UMICP transport