]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_common.mli
- changes defaults of getxml (format gzipped, don't patch dtd)
[helm.git] / helm / ocaml / getter / http_getter_common.mli
index 0aec9bc1849d3b7b412abfe48ac0d4d842d89d6a..e94e3931447e5c14800c8e9af54ec57bec1f743a 100644 (file)
@@ -52,8 +52,9 @@ val patch_xsl : ?via_http:bool -> unit -> string -> string
   @param contenc Content-Enconding header value
   @param patch_fun function used to patch file contents
   @param gunzip is meaningful only if a patch function is provided. If gunzip
-  is true patch_fun is applied to the uncompressed version of the file. The file
-  is then compressed again and send to client
+  is true and patch_fun is given (i.e. is not None), then patch_fun is applied
+  to the uncompressed version of the file. The file is then compressed again and
+  send to client
   @param via_http (default: true) if true http specific communications are used
   (e.g. headers, crlf before body) and sent via outchan, otherwise they're not.
   Set it to false when saving to a local file
@@ -62,6 +63,7 @@ val return_file:
   fname:string ->
   ?contype:string -> ?contenc:string ->
   ?patch_fun:(string -> string) -> ?gunzip:bool -> ?via_http:bool ->
+  enc:encoding ->
   out_channel ->
     unit