From bc7a09d702e53faaa882bb7b2591abe68ff5648e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 26 Apr 2009 09:02:17 -0400 Subject: Returning a blob as page result --- tests/echoBlob.ur | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/echoBlob.ur (limited to 'tests/echoBlob.ur') diff --git a/tests/echoBlob.ur b/tests/echoBlob.ur new file mode 100644 index 00000000..fc8f8603 --- /dev/null +++ b/tests/echoBlob.ur @@ -0,0 +1,8 @@ +fun echo r = returnBlob (fileData r.Data) (blessMime (fileMimeType r.Data)) + +fun main () = return +
+ + + +
-- cgit v1.2.3