https://github.com/stevesloka/echo-server
Simple echo server for demos
https://github.com/stevesloka/echo-server
Last synced: 2 months ago
JSON representation
Simple echo server for demos
- Host: GitHub
- URL: https://github.com/stevesloka/echo-server
- Owner: stevesloka
- License: apache-2.0
- Created: 2019-09-26T17:26:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T03:21:49.000Z (over 1 year ago)
- Last Synced: 2025-03-25T08:23:48.946Z (3 months ago)
- Language: Go
- Size: 241 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# echo-server
Simple echo server for demos## Setup
- Args:
- echotext: The text to specify in the "app" section of the request
- response-delay: The delay to add to a http response (ex. `--response-delay=2s`)
- listen-port: The port used to listen on (Defaults to 8080)
## ExampleViewing in a web browser you get a clean UI to visualize the request.
If wanting to view via curl or a terminal, append a querystring param `?format=text` to specify a text based output.#### HTML Output
#### Text Output
