summaryrefslogtreecommitdiff
path: root/tests/contentDisposition.ur
blob: 8fe2b26c1ab9fb18501c671378262b7d7b123871 (plain)
1
2
3
4
fun main () : transaction page =
    setHeader (blessResponseHeader "Content-Disposition")
              ("attachment; filename=test.txt");
    returnBlob (textBlob "Hi there!") (blessMime "text/plain")