Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/test/ajax/echo.cgi

9 lines
133 B
Plaintext
Raw Normal View History

2025-08-22 18:22:57 +08:00
#!/bin/sh
echo "Content-Type: text/plain; charset=utf-8"
echo "Connection: close"
echo "Cache-Control: no-cache"
echo ""
echo "{}"