]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_misc.mli
- support file:// URL scheme in http_get
[helm.git] / helm / http_getter / http_getter_misc.mli
index d9f8ff873a6e973a96d980e5b9830dc31bbee5dd..94c5dc5a97e2f3b0255a70aa17a0870724f250ea 100644 (file)
@@ -56,6 +56,7 @@ val mkdir: ?parents: bool -> string -> unit
 val string_of_proc_status : Unix.process_status -> string
 
   (** raw HTTP downloader, return Some the contents of downloaded resource or
-  None if an error occured while downlaoding *)
+  None if an error occured while downloading. This function support also
+  "file://" scheme for filesystem resources *)
 val http_get: string -> string option