https://github.com/futuretea/server
Simple HTTP server for logging all GET and POST requests
https://github.com/futuretea/server
Last synced: over 1 year ago
JSON representation
Simple HTTP server for logging all GET and POST requests
- Host: GitHub
- URL: https://github.com/futuretea/server
- Owner: futuretea
- Created: 2023-05-10T14:37:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T16:50:01.000Z (about 3 years ago)
- Last Synced: 2025-01-22T01:36:33.879Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# server
Simple HTTP server for logging all GET and POST requests
```bash
docker run -d --name fake-server -p 10000:8080 futuretea/server
```
```bash
curl http://127.0.0.1:10000
```