X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgetter%2Fhttp_getter_types.ml;h=fb0c30e83e18a54a9c9987a491906e7a21eda9e1;hb=ef3f78973c2fa3151c09681bcdb60107cd73c518;hp=172550652024f86dd1212b74879c37fc75d88102;hpb=a3fb06e72407e3590fa60a74ac5fec01e6bfe1f9;p=helm.git diff --git a/helm/ocaml/getter/http_getter_types.ml b/helm/ocaml/getter/http_getter_types.ml index 172550652..fb0c30e83 100644 --- a/helm/ocaml/getter/http_getter_types.ml +++ b/helm/ocaml/getter/http_getter_types.ml @@ -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 ] +