summaryrefslogtreecommitdiffstats
path: root/app/template-stream.lsp
blob: 03afd7cd08022d5df9e9c630beb4443c934ddded (plain)
1
2
3
4
5
6
<? local viewtable, viewlibrary, pageinfo, session = ... ?>
Status: 200 OK
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="<?= viewtable.label ?>"

<?= viewtable.value ?>