mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
8 lines
199 B
Lua
8 lines
199 B
Lua
|
send('HTTP/1.1 200 OK\r\n'..
|
||
|
'Date: ' .. date() .. '\r\n'..
|
||
|
'Server: redbean/0.1\r\n'..
|
||
|
'Content-Type: text/plain\r\n'..
|
||
|
'Content-Length: 7\r\n'..
|
||
|
'\r\n'..
|
||
|
'hello\r\n')
|