The purpose of this plugin is to parse URL and return it.
Project description
Url parser plugin
This plugin parses URL and returns it as output.
Configuration
User must provide a path to page URL. By default, path is available at session in context.page.url
{
"url": "session@context.page.url"
}
Input
This action does not process input payload directly.
Output
Output example for url http://web.address.com/path/index.html?param1=1#hash:
{
"url": "http://web.address.com/path/index.html?param1=1#hash",
"scheme": "http",
"hostname": "web.address.com",
"path": "path",
"query": "index.html?param1=1",
"params": {
"param1": "1"
},
"fragment": "hash"
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tracardi-url-parser-0.6.0.tar.gz.
File metadata
- Download URL: tracardi-url-parser-0.6.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edf077987f892caf24b42c33d6b6497f5e695b9a6755a7165ec09c621b9c3ce7
|
|
| MD5 |
e984edb80f055c43fa04f246d923cb7a
|
|
| BLAKE2b-256 |
a5953bd2e95394fb892e9488d3796f73a4b565afcb68a8a818d11a933e3c79b0
|
File details
Details for the file tracardi_url_parser-0.6.0-py3-none-any.whl.
File metadata
- Download URL: tracardi_url_parser-0.6.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d7c78f5560e86307f53283087cf6d17c3bc849311b5a4dd930c0a5d998ee42d
|
|
| MD5 |
75e70178ed6a1f31ece0f836de557fc1
|
|
| BLAKE2b-256 |
339a6889f6d2e1aff88a799b6513a7da93919fa16f790fbc01d963bdd0fa9009
|