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

6 lines
106 B
Plaintext
Raw Normal View History

2025-08-22 18:22:57 +08:00
#!/bin/sh
printf "Content-Type: text/plain\r\n"
printf "\r\n"
printf "This should be the first line\r\n"