pub const KNOWN_SCHEMES: &[&str];Expand description
Every scheme Confium knows about, built-in or reserved for a planned sibling crate. A URL whose scheme is not in this list is rejected at parse time.
Adding a new transport crate that introduces a new scheme means appending to this list — a single-line edit, not a structural change to the parser.