Add README.md
This commit is contained in:
parent
39073f247e
commit
d8dae540c5
18
README.md
Normal file
18
README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user