diff lib/ur/basis.urs @ 1347:b106ca8200b1

postBody type
author Adam Chlipala <adam@chlipala.net>
date Sat, 18 Dec 2010 10:56:31 -0500
parents acabf3935060
children 8a169fc0838b
line wrap: on
line diff
--- a/lib/ur/basis.urs	Thu Dec 16 18:40:49 2010 -0500
+++ b/lib/ur/basis.urs	Sat Dec 18 10:56:31 2010 -0500
@@ -737,6 +737,10 @@
 val blobSize : blob -> int
 val textBlob : string -> blob
 
+type postBody
+val postType : postBody -> string
+val postData : postBody -> string
+
 con radio = [Body, Radio]
 val radio : formTag string radio [Id = string]
 val radioOption : unit -> tag ([Value = string, Checked = bool] ++ boxAttrs) radio [] [] []