cuedo/Invoke URI
Call a URI and return the result
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| method | Specifies the method used for the web request | — | GET |
| uri | Invoke the specified URI | yes | — |
| content-type | Set the content type of the request | — | application/json |
| filename | Save the output to the specified file | — | — |
| user-agent | Custom user agent | — | — |
| max-redirections | The maximum number of redirections | — | 5 |
| retries | Retry the request if it fails | — | 3 |
| retry-interval | The retry interval in seconds | — | 5 |
| retry-timeout | The time in seconds before each request will timeout and retry if possible | — | 60 |
Outputs
no outputs