Skip to content

TeraNovaLP/Http-Catch-All

Repository files navigation

Http-Catch-All 🔎

test

An HTTP server that catches every ingoing request, logs it and returns an 200 OK response.

Docker Hub

Usage

Docker

docker run -t -i --init --rm -p 5000:5000 teranovalp/http-catch-all:latest

Node

Clone the repository and run the following commands in the cloned directory:

npm i
npm run start

Environment Variables

VAR Description
PORT Defaults to 5000

About

An HTTP server that catches every ingoing request, logs it and returns an 200 OK response.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published