Join strings to form a URL path.
*args (str) – Path components to join.
protocol (str, optional) – Protocol prefix. One of "https", "http", "ftp", "s3". Default is None (no prefix added).
"https"
"http"
"ftp"
"s3"
None
Joined URL with components joined by /.
/
str