mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-09 04:38:29 +00:00
Add chunked transfer decoding to redbean
This commit is contained in:
parent
8d5f60a9cd
commit
58fb2fb3d3
13 changed files with 693 additions and 292 deletions
3
tool/net/demo/printpayload.lua
Normal file
3
tool/net/demo/printpayload.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
SetStatus(200)
|
||||
SetHeader("Content-Type", GetHeader("Content-Type"))
|
||||
Write(GetPayload())
|
Loading…
Add table
Add a link
Reference in a new issue