summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractnetworkcache/tests/httpcachetest_expires200.cgi
blob: e18ebc86ad74332966596210ddf7ff051a25f2eb (plain)
1
2
3
4
5
#!/bin/bash
echo "Expires: Sat, 31 Oct 1981 6:00:00 GMT"
echo "Content-type: text/html";
echo ""
echo "Hello World!"