Update redbean api definitions (#652)

This commit is contained in:
Danny Robinson 2022-10-07 00:27:23 +01:00 committed by GitHub
parent 59ac141e49
commit 7bc24888fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 349 additions and 38 deletions

View file

@ -6,7 +6,7 @@ local function main()
end
SetStatus(200)
SetHeader("Content-Type", GetHeader("Content-Type") or "text/plain")
Write(GetPayload())
Write(GetBody())
end
main()