Simple echo webserver for test apps, made in rust.
986
The main objective of this app is to echo some informations via http to validate if others app can communicate with this server.
Some fields, like unique_id and server_time shows you about if your connection is intercepted by a cache or not and if your time and server is properly configured.
docker run --name echo -p 8000:8000 -d nsfilho/echo-webserver:latest
Querying info:
curl --location --request GET 'http://127.0.0.1:8000/'
Response from server:
{ sample json }
Content type
Image
Digest
sha256:03a2f0a2a…
Size
31.6 MB
Last updated
almost 4 years ago
docker pull nsfilho/echo-webserver