Skip to content

A simple server that prints headers and body of a request to the console.

License

Notifications You must be signed in to change notification settings

C0ntroller/simple-callback-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Callback Server

Read the blog entry at c0ntroller.de

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

About

A simple server that prints headers and body of a request to the console.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published