EXPAND ALL
  • Home

uri_recompose

Returns: STRING

A fully composed URI.

Arguments

VariableTypeDescription
schemeSTRINGThe scheme for the URI.
userInfoSTRINGThe userInfo for the URI.
hostSTRINGThe host for the URI.
portINT64The port for the URI.
pathSTRINGThe path for the URI.
querySTRINGThe query for the URI.
fragmentSTRINGThe fragment for the URI.

Examples:

df.uri = px.uri_recompose('https', '', 'px.dev', 0, '/community/', 'param1=val1', '') # https://px.dev/community/?param1=val1
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.