EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
A fully composed URI.
Variable | Type | Description |
---|---|---|
scheme | STRING | The scheme for the URI. |
userInfo | STRING | The userInfo for the URI. |
host | STRING | The host for the URI. |
port | INT64 | The port for the URI. |
path | STRING | The path for the URI. |
query | STRING | The query for the URI. |
fragment | STRING | The fragment for the URI. |
df.uri = px.uri_recompose('https', '', 'px.dev', 0, '/community/', 'param1=val1', '') # https://px.dev/community/?param1=val1