https://github.com/cortiz/wecho
Simple Webserver Echo Server
https://github.com/cortiz/wecho
Last synced: 3 months ago
JSON representation
Simple Webserver Echo Server
- Host: GitHub
- URL: https://github.com/cortiz/wecho
- Owner: cortiz
- Created: 2021-10-10T17:27:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T18:00:09.000Z (over 3 years ago)
- Last Synced: 2025-01-22T01:52:18.424Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wecho
Simple Webserver Echo Server## Usage
```
wecho & curl localhost:8666/
```
### Paths
* /404, Echo request, with a 404 status code
* /500, Echo request, with a 500 status code
* /400, Echo request, with a 400 status code
### Parameters
* -p/--port, port number to run, defaults to *8666*## Compile
* For current plataform
``` make build ```
* For release
``` make compile ```## Dependencies
* None *