Add README.md

This commit is contained in:
Daniel Kluge 2022-05-16 21:54:27 +02:00
parent 39073f247e
commit d8dae540c5
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# Simple Callback Server
A simple server that prints headers and body of a request to the console.
## Usage
```console
$ npm install
```
```console
$ 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