Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 610 Bytes

README.textile

File metadata and controls

27 lines (17 loc) · 610 Bytes

CURL4D

CURL4D provides access to the CURL library for accessing http, https, ftp, ftps, tftp, …

Currently only http has been tested (sort of). Currently only a Mac OS X version is available.

Available methods

Get URL Text(URL) → text

Parameters

Parameter Type
URL string url to download
Function result text downloaded text

Get URL Blob(URL) → blob

Parameters

Parameter Type
URL string url to download
Function result blob downloaded data

URLs should be properly formatted.