Utils¶
anyuri._utils ¶
normalize_url ¶
normalize_url(http_uri)
Normalize an HTTP URI by resolving '..' and '.' segments in the path.
Source code in src/anyuri/_utils.py
6 7 8 9 10 | |
uri_to_path ¶
uri_to_path(file_uri)
Convert a file:// URI to a local filesystem path.
Source code in src/anyuri/_utils.py
13 14 15 16 17 18 19 20 21 22 | |