pub fn extract_query(input: &str) -> Option<String>
Extracts the query without the leading ? and excluding any fragment.
?