X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgetter%2Fhttp_getter_types.ml;h=1d8f7fcb755e09dca3e011ba25848af6e01a9e43;hb=c19ffb699f8f4681f0c7d9f59fae96f2023cd058;hp=bf584f6ce4432fd5cf05aef12b6389a657dc8e4b;hpb=384c369d4cbf5dd6cf1013902d3a218260400e73;p=helm.git diff --git a/helm/ocaml/getter/http_getter_types.ml b/helm/ocaml/getter/http_getter_types.ml index bf584f6ce..1d8f7fcb7 100644 --- a/helm/ocaml/getter/http_getter_types.ml +++ b/helm/ocaml/getter/http_getter_types.ml @@ -32,10 +32,11 @@ exception Invalid_URI of string exception Invalid_URL of string exception Invalid_RDF_class of string exception Internal_error of string +exception Cache_failure of string type encoding = Enc_normal | Enc_gzipped type answer_format = Fmt_text | Fmt_xml -type ls_flag = Yes | No | Ann +type ls_flag = No | Yes | Ann type ls_object = { uri: string;