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

https://github.com/131/http-ping


https://github.com/131/http-ping

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

This is a very simple /ping echo http server
Usefull to test you docker / swarm / whatever setup

# Usage

```
docker run -p 8080:8080 -e HTTP_PORT=8080 ghcr.io/131/http-ping

curl "http://127.0.0.1:8080/ping"
> pong

```