pub fn get_all_known_tlds() -> Vec<String>
Expand description
Get all TLDs that we have RDAP endpoints for.
This function extracts TLD knowledge from our built-in registry mappings, providing a comprehensive list for the –all flag functionality.
§Returns
Vector of TLD strings (e.g., [“com”, “org”, “net”, …]) sorted alphabetically.