koa2-proxy-plus
Version:
A koa2 proxy middleware, you can modify the middleware of query and body
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "koa2-proxy-plus",
"version": "1.0.3",
"description": "A koa2 proxy middleware, you can modify the middleware of query and body",
"main": "dist/index.js",
"scripts": {
"test": "tsc && mocha --timeout 999999 test/"
},
"repository": {
"type": "git",
"url": "https://github.com/SunGg12138/koa2-proxy-plus.git"
},
"keywords": [
"koa2-proxy modify body",
"koa2-proxy-plus",
"http-proxy",
"http-proxy-middleware",
"koa2-proxy-middleware"
],
"author": "sungg12138",
"license": "MIT",
"bugs": {
"url": "https://github.com/SunGg12138/koa2-proxy-plus/issues"
},
"homepage": "https://github.com/SunGg12138/koa2-proxy-plus#readme",
"dependencies": {
"http-proxy-buffer": "^1.1.0",
"http-proxy-middleware": "^0.18.0",
"koa2-connect": "^1.0.2",
"path-to-regexp": "^2.2.1"
},
"devDependencies": {
"chai": "^4.3.4",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-bodyparser": "^4.3.0",
"mocha": "^9.1.1",
"supertest": "^6.1.6"
}
}