1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-31 08:24:23 +03:00
Files
libhttp/test/ajax/echo.cgi
2015-06-29 23:13:48 +02:00

9 lines
133 B
Bash

#!/bin/sh
echo "Content-Type: text/plain; charset=utf-8"
echo "Connection: close"
echo "Cache-Control: no-cache"
echo ""
echo "{}"