Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rp01/request-dump-server
https://github.com/rp01/request-dump-server
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rp01/request-dump-server
- Owner: rp01
- Created: 2018-08-30T08:38:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T10:45:33.000Z (over 6 years ago)
- Last Synced: 2024-11-03T12:42:19.642Z (about 2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```