Skip to content

urlunparse

urlunparse(components: ParseResult | [string, string, string, string, string, string]): string

Defined in: packages/pythonlib/src/urllib.ts:109

Combine URL components back into a URL string.

Parameters

ParameterTypeDescription
componentsParseResult | [string, string, string, string, string, string]URL components tuple [scheme, netloc, path, params, query, fragment]

Returns

string

Combined URL string