mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
aeeb851422
- Abort if .init.lua fails - Refactor redbean to use new append library - Use first certificate if SNI routing fails - Use function/data sections when building Lua - Don't use self-signed auto-generated cert for client - Add -D staging dirs to redbean lua module default path
3 lines
104 B
Lua
3 lines
104 B
Lua
SetStatus(200)
|
|
SetHeader("Content-Type", GetHeader("Content-Type") or "text/plain")
|
|
Write(GetPayload())
|