[Overview][Types][Procedures and functions][Variables] | Reference for unit 'http' (#powtils_main) |
Source position: http.pas line 42
function HttpCopy( |
const source: String; |
const dest: String |
):Boolean; |
Source must be full HTTP URL (may even contain get params), example:
www.server.com/path/script.php?cid=256&name=example
Get prams must be URLEncoded
Dest is local file name accessible for writing}