Build Query String
PureBuildQueryStringBuilds a URL query string from a map of parameter names and values, auto-encoding all keys and values.
Type: Pure (no side effects)
Category: Fortuna|HTTP
Keywords: http
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Params | String Map | — | Params parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | String | Return Value output |
Example Use Cases
Example 1
Build "q=hello%20world&page=2" from a parameter map for a REST API call.