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

21 lines
137 B
Plaintext
Raw Normal View History

2025-08-22 18:22:57 +08:00
#!/bin/sh
sleep 2
echo "Content-Type: text/plain"
sleep 2
echo
sleep 2
echo "Query string:"
sleep 2
echo $QUERY_STRING
sleep 2