Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/donatello/http-echo

Trivial server that prints requests to stdout.
https://github.com/donatello/http-echo

Last synced: 25 days ago
JSON representation

Trivial server that prints requests to stdout.

Awesome Lists containing this project

README

        

# HTTP echo server for inspecting client requests

All it does it print out the request method, path, headers and body to stdout.

Runs on port 8080.