https://github.com/visualbean/echo-api
A simple api listening for every incoming request and outputting whatever is sent to the console.
https://github.com/visualbean/echo-api
Last synced: 26 days ago
JSON representation
A simple api listening for every incoming request and outputting whatever is sent to the console.
- Host: GitHub
- URL: https://github.com/visualbean/echo-api
- Owner: VisualBean
- License: mit
- Created: 2019-04-02T16:34:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T18:54:22.000Z (about 7 years ago)
- Last Synced: 2025-08-17T14:41:20.248Z (10 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
echo-api is a simple console application.
It's a super simple api that saves the last `POST` body and returns that as the response for a `GET` request.
a `DELETE` request removes the state.
The API will respond with a 200 to ANY HttpMethod and supports any uri.