Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rp01/request-dump-server


https://github.com/rp01/request-dump-server

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Request Dump Server
Dump any request to a host
Currently It only supports http request
It also returns an echo of dumped request as response.

## Default values
- port 8000
## Commands to run Application.
- To run the application ```npm start ```
- To run the application on a custom port : ```npm start -- --port=8888```