aiq.utils.url_utils#

Functions#

url_join(*parts)

Functionally similar to os.path.join but for URLs. This function will join the parts of a URL together, ensuring

Module Contents#

url_join(*parts)#

Functionally similar to os.path.join but for URLs. This function will join the parts of a URL together, ensuring that the resulting URL is valid and all / have been deduped.

Returns#

str

The joined URL.