igun997/Request Core
Send an HTTP request to a URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to send the request to | yes | — |
| method | HTTP method | yes | — |
| headers | Custom headers | no | — |
Outputs
| name | description |
|---|---|
| result | The result of the HTTP request |