mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
1753b669cf
If an "index.lua" or "index.html" doesn't exist in zip file or the filesystem, and no redirects have been defined for it either, then redbean will render a listing of the zip central directory content only if the request uri points to the root path.
3 lines
136 B
Lua
3 lines
136 B
Lua
-- redbean xhr handler demo
|
|
SetHeader('Vary', 'X-Custom-Header')
|
|
SetHeader('X-Custom-Header', 'hello ' .. GetHeader('x-custom-header'))
|