2022-05-16 21:54:27 +02:00
2022-05-16 16:18:15 +02:00
2022-05-16 16:18:15 +02:00
2022-05-16 16:20:24 +02:00
2022-05-16 16:18:15 +02:00
2022-05-16 16:18:15 +02:00
2022-05-16 21:54:27 +02:00

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
No description provided
Readme 33 KiB
Languages
JavaScript 100%