httpserialize
Version:
convert http req&resp to plain text (by http protocal)
26 lines (25 loc) • 634 B
JSON
{
"name": "httpserialize",
"version": "0.1.1",
"description": "convert http req&resp to plain text (by http protocal)",
"main": "./src/httpSerialize.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"http",
"serialize",
"http-parser",
"plain-text"
],
"author": "a576470954@163.com",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/576470954/httpSerialize.git"
},
"bugs": {
"url": "https://github.com/576470954/httpSerialize/issues"
},
"homepage": "https://github.com/576470954/httpSerialize#readme"
}