Rexx/CURL consists of Rexx external functions that allows a Rexx program to access any URL. The basic concept of Rexx/CURL (and cURL), is that you specify a URL and all options appropriate to that URL, and then perform the URL access.
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).
Following ones are the download links for manual installation:
Rexx/CURL v. 2.0 (30/4/2012, Mark Hessling) | Readme/What's new |
rexxcurl (2.0-1) unstable; urgency=low
* This release aligns with 7.25.0 of cURL
* Added CURLESCAPE and CURLUNESCAPE function for converting URLs
* Add better error message when invalid options are specified
* Display warnings when deprecated (curlsetopt) options are used
* Display warning on startup when using a runtime version of libcurl
that is less than the version Rexx/CURL was built with
* Add new constants providing information about libcurl support
* Additional options (curlsetopt) from cURL 7.15.5 to 7.25.0
* Additional options (curlgetinfo) from cURL 7.15.5 to 7.25.0
* Removed following options (curlsetopt) as at cURL 7.16.0
SOURCE_*
* Changed return format of HTTPAUTH_AVAIL (curlgetinfo)
* bundle 7.25.0 DLL with Windows installer
* OS/2 and eCS now supported
* Rexx/CURL now thread-safe.
* Licensing changed to CPLv1.0
-- Mark Hessling <mark@rexx.org> Sun, 25 Apr 2012 12:00:00 +1000 |
![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment