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

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

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
````