https://github.com/markbates/ek
A simple echo server
https://github.com/markbates/ek
Last synced: 11 months ago
JSON representation
A simple echo server
- Host: GitHub
- URL: https://github.com/markbates/ek
- Owner: markbates
- Created: 2016-11-09T14:56:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T14:56:46.000Z (over 9 years ago)
- Last Synced: 2025-02-07T18:51:34.455Z (over 1 year ago)
- Language: Go
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ek
A very simple echo server. You can hit any end point, with any HTTP method, and it will echo back the headers and the body of the request to you. It's that simple.
## installation
```text
$ go get github.com/markbates/ek
```
## Usage
```
$ ek
```