debug-http-server

Prints the HTTP request to the console and responds with any data it receives


Keywords
debug, http, server, node
License
MakeIndex
Install
npm install debug-http-server@0.0.2

Documentation

Debug HTTP Server

A simple local running server that prints out the request details to the console

Run npx debug-http-server

Or, clone from the repository to modify and run it yourself