Proxy HTTP requests after some delay
269
Small library to proxy HTTP requests after a certain amount of delay.
When a request is received, the library will immediately return a 200 response, and after some time the actual proxied request will be made to the backend.
npm install
PROXY_TARGET=http://localhost:8080 PROXY_DELAY=1000 PROXY_PORT=7000 node index.js
MIT
Content type
Image
Digest
Size
25 MB
Last updated
almost 8 years ago
docker pull dangmai/node-http-proxy-delay