node-slowloris
Version:
helps aliviate slow loris attack by giving developer 2 extra options, 1- headerTimeout, the timeout to receive the headers. 2- minRate the minimum rate (bytes/second) with rateOverhead to compensate for initial delay to receive data
20 lines (19 loc) • 595 B
JSON
{
"name": "node-slowloris",
"version": "1.0.5",
"description": "helps aliviate slow loris attack by giving developer 2 extra options, 1- headerTimeout, the timeout to receive the headers. 2- minRate the minimum rate (bytes/second) with rateOverhead to compensate for initial delay to receive data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/maa105/node-slowloris"
},
"keywords": [
"slowloris",
"nodejs"
],
"author": "maa105",
"license": "ISC"
}