1405
1427
def _unsplit_url(scheme, user, password, host, port, path):
1409
1430
user, password, host and path will be quoted if they contain reserved
1416
1435
:param password: associated password
1418
1436
:param host: the server address
1420
1437
:param port: the associated port
1422
1438
:param path: the absolute path on the server
1424
1440
:return: The corresponding URL.