https://github.com/maxnowack/simple-http
Very simple nodejs http server which outputs the request headers
https://github.com/maxnowack/simple-http
Last synced: about 1 year ago
JSON representation
Very simple nodejs http server which outputs the request headers
- Host: GitHub
- URL: https://github.com/maxnowack/simple-http
- Owner: maxnowack
- Created: 2021-06-22T08:46:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T09:30:55.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T02:35:37.014Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-http
Very simple nodejs http server which outputs the request headers
## usage
````
docker run -p 8080:8080 maxnowack/simple-http
````