summaryrefslogtreecommitdiffstats
path: root/app/template-stream.lsp
blob: d97fd110976c460f9c14173de05c936cf0eeb332 (plain)
1
2
3
4
5
6
7
8
9
<% local viewtable, viewlibrary, pageinfo, session = ... %>
Status: 200 OK
Content-Type: <% print(viewtable.option or "application/octet-stream") %>
Content-Length: <%= #viewtable.value %>
<% if viewtable.label ~= "" then %>
Content-Disposition: attachment; filename="<%= viewtable.label %>"
<% end %>
<% io.write("\n") %>
<%= viewtable.value %>