An open API service indexing awesome lists of open source software.

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

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
```