Index of the uri module
-
m
sqlapi.uri
...
- Database URI parsing
-
f
parse_query_string
...
- Given a URI (or a fragment, as returned by parse_user_host)
return (uri_without_query_string, vars). vars is a
dictionary of variables in the query string (after ?). If
there are duplicate variables, they will show up as a list of
values.
-
f
int_or_none
...
-
f
asbool
...
-
f
load_plugin
...
-
f
parse_uri
...
- Parse a URI and return a dictionary representing the parse
results. This dictionary should have the following keys:
-
f
parse_user_host
...
- Remove the user and host information. Returns (user, password,
host, rest_of_uri). Expects to have remove_scheme() run
first.
-
f
remove_scheme
...
- Return the URI with the scheme removed.