mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 09:36:19 +08:00
5 lines
209 B
OCaml
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]. *)
|