summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/ajax/echo.cgi
blob: 577c4bd5daf3cf785d2d5d7cf17eb6dac1e101de (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

echo "Content-Type: text/plain; charset=utf-8"
echo "Connection: close"
echo "Cache-Control: no-cache"
echo ""

echo "{}"