]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_types.ml
removed no longer used METAs
[helm.git] / helm / ocaml / getter / http_getter_types.ml
index 172550652024f86dd1212b74879c37fc75d88102..fb0c30e83e18a54a9c9987a491906e7a21eda9e1 100644 (file)
@@ -26,6 +26,8 @@
  *  http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 exception Bad_request of string
 exception Unresolvable_URI of string
 exception Invalid_URI of string
@@ -66,3 +68,5 @@ type uri =
 
 module StringSet = Set.Make (String)
 
+type prefix_attr = [ `Read_only | `Legacy ]
+