Files
paparazzi/sw/lib/ocaml/http.mli
T
2006-03-03 16:36:23 +00:00

5 lines
209 B
OCaml

exception Failure of string
val file_of_url : ?dest:string -> string -> string
(** [file_of_url ?dest url] Downloads a given document and returns
the place where it is stored. Default [dest] is in [/tmp]. *)