diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-01-05 15:53:35 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-01-05 15:53:35 -0500 |
commit | 5b7e350bbb440255b866a14d59b69f9d8e411f36 (patch) | |
tree | b67a5a5e5e99fc172550dd57daf21aac3ddd5f10 /lib | |
parent | b47fbe59f61f0caca02e370c983f12a1ff3bf6d0 (diff) |
Basis.textBlob; support HTTP requests with no headers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ur/basis.urs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index 330bea31..5eae9306 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -704,6 +704,7 @@ val blessMime : string -> mimeType val checkMime : string -> option mimeType val returnBlob : t ::: Type -> blob -> mimeType -> transaction t val blobSize : blob -> int +val textBlob : string -> blob con radio = [Body, Radio] val radio : formTag string radio [Id = string] |