Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvaldesdeleon/http-dump
Listen on a port, dump everything that comes to the filesystem.
https://github.com/mvaldesdeleon/http-dump
Last synced: about 6 hours ago
JSON representation
Listen on a port, dump everything that comes to the filesystem.
- Host: GitHub
- URL: https://github.com/mvaldesdeleon/http-dump
- Owner: mvaldesdeleon
- License: other
- Created: 2017-05-24T19:36:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T13:16:01.000Z (over 7 years ago)
- Last Synced: 2024-11-13T08:56:15.476Z (4 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http-dump
Listen on a port, dump everything that comes to the filesystem.
```shell
$ PORT="1337" http-dump
```
And follow the on-screen instructions.# install
with [npm](https://npmjs.org) do:```
npm install http-dump
```# license
MIT