esaminu/Upload Directory Action with Custom Headers
upload Directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Web request URL endpoint | yes | — |
| method | Web request method (`GET`, `POST`, `PUT`, `PATCH`, `DELETE`) | yes | POST |
| forms | Data to be transmitted,such as key, pwd, etc. Use json format | no | — |
| directory | Directory to be transferred,such as frontend/dist | no | — |
| customHeaders | Custom headers to append to the request | no | — |
Outputs
| name | description |
|---|---|
| output | data output from the upload file |