d8dae540c525c510f25a8178d8d1efa2e578c6e1
Simple Callback Server
A simple server that prints headers and body of a request to the console.
Usage
$ npm install
$ npm run start
Then every incoming HTTP request will be logged with the following information:
- HTTP Method
- Called path
- Headers
- (if exists) Query parameter
- (if exists) Body
Description
Languages
JavaScript
100%