https-post
Version:
Fork of the original http-post to support HTTPS. This is a shortcut method similar to https.get() for HTTPS POST requests with support for data and files
27 lines (26 loc) • 724 B
JSON
{
"name": "https-post",
"description": "Fork of the original http-post to support HTTPS. This is a shortcut method similar to https.get() for HTTPS POST requests with support for data and files",
"author": "Simon Cornelius P. Umacob <simoncpu@gmail.com>",
"keywords": [
"http",
"post",
"upload",
"file",
"url"
],
"bugs": {
"url": "https://github.com/simoncpu/https-post/issues"
},
"version": "0.1.1",
"main": "index",
"repository": {
"type": "git",
"url": "git+https://github.com/simoncpu/https-post.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"homepage": "https://github.com/simoncpu/https-post#readme"
}