Parse Query String
PureParseQueryStringParses a URL query string into a map of decoded key-value pairs.
Type: Pure (no side effects)
Category: Fortuna|HTTP
Keywords: http
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| QueryString | String | — | QueryString parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | String Map | Return Value output |
Example Use Cases
Example 1
Extract parameters from a webhook URL received by your game server.