mirror of
https://github.com/lammertb/libhttp.git
synced 2025-07-31 08:24:23 +03:00
9 lines
133 B
Bash
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 "{}"
|