Mercurial > urweb
view tests/blob.ur @ 2020:924e2ef31f5a
Remove special treatment of <button>
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 09 Jun 2014 18:26:03 -0400 |
parents | 67ebd30a2283 |
children |
line wrap: on
line source
fun main () = setHeader (blessResponseHeader "X-Test") "Test"; return <xml><body>Test</body></xml> fun bad () = setHeader (blessResponseHeader "X-Test") "Test"; returnBlob (textBlob "hello") (blessMime "text/plain")