File upload (#20)

* Add Support for FileUpload
This commit is contained in:
Frank Jogeleit
2021-01-24 13:14:13 +01:00
committed by GitHub
parent de202bb090
commit b6bb4fa030
8 changed files with 1715 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "http-request-action",
"version": "1.6.1",
"version": "1.7.0",
"description": "",
"main": "src/index.js",
"private": false,
@@ -23,6 +23,7 @@
},
"dependencies": {
"@zeit/ncc": "^0.22",
"axios": "^0.21.1"
"axios": "^0.21.1",
"form-data": "^3.0.0"
}
}