Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/donatello/http-echo
- Owner: donatello
- License: apache-2.0
- Created: 2022-01-27T23:10:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T23:12:08.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T18:46:59.588Z (5 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.