var searchIndex = {}; searchIndex["urlparse"] = {"doc":"This is a URL parsing library.","items":[[3,"Url","urlparse","",null,null],[12,"scheme","","URL scheme specifier",0,null],[12,"netloc","","Network location part",0,null],[12,"path","","Hierarchical path",0,null],[12,"query","","Query component",0,null],[12,"fragment","","Fragment identifier",0,null],[12,"username","","User name",0,null],[12,"password","","Password",0,null],[12,"hostname","","Host name (lower case)",0,null],[12,"port","","Port number as integer",0,null],[5,"quote","","Replaces special characters in string using the %xx escape.\nLetters, digits, and the characters '_.-' are never quoted.",null,null],[5,"quote_plus","","Like quote(), but also replaces ' ' with '+', as required for quoting HTML form values.",null,null],[5,"unquote","","Replaces %xx escapes by their single-character equivalent.",null,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[5,"unquote_plus","","Like unquote(), but also replaces plus signs by spaces, as required for\nunquoting HTML form values.",null,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[5,"parse_qs","","Parses a query given as a string argument.",null,{"inputs":[{"name":"str"}],"output":{"name":"query"}}],[5,"urlparse","","Parses a URL and returns a `Url` object. This is synonymous with `Url::parse()`.",null,{"inputs":[{"name":"str"}],"output":{"name":"url"}}],[5,"urlunparse","","Returns a URL string from a `Url` object.\nThis is synonymous with `unparse()` defined in `Url`.",null,{"inputs":[{"name":"url"}],"output":{"name":"string"}}],[11,"cmp","","",0,null],[11,"partial_cmp","","",0,null],[11,"lt","","",0,null],[11,"le","","",0,null],[11,"gt","","",0,null],[11,"ge","","",0,null],[11,"hash","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"new","","Creates a new `Url` initialized with the empty string or None value.",0,{"inputs":[],"output":{"name":"url"}}],[11,"parse","","Parses a URL and returns a `Url` object.",0,{"inputs":[{"name":"str"}],"output":{"name":"url"}}],[11,"unparse","","Returns a URL string from a `Url` object.",0,null],[11,"get_parsed_query","","Return a query object by executing `parse_qs()` with self.query.\nIf parsing a query fails, None value will be returned.",0,null],[6,"Query","","An alias type of `HashMap<String, QueryValue>`.",null,null],[6,"QueryValue","","An alias type of `Vec<String>`.",null,null],[8,"GetQuery","","",null,null],[10,"get_first","","Gets first value from Vec<String> via HashMap.get().",1,null],[10,"get_from_str","","Gets value from `Vec<String>` via `HashMap.get()`.\nThis requires one &str argument and returns `Option<QueryValue>`\ninstead of `Option<&QueryValue>`.",1,null],[10,"get_first_from_str","","Gets first value from `Vec<String>` via `HashMap.get()`.\nThis requires one &str argument and returns `Option<String>`\ninstead of `Option<&String>`.",1,null],[11,"get_first","","",2,null],[11,"get_from_str","","",2,null],[11,"get_first_from_str","","",2,null]],"paths":[[3,"Url"],[8,"GetQuery"],[6,"Query"]]}; initSearch(searchIndex);