Rexx/CURL: Difference between revisions
Appearance
mNo edit summary |
m →Links |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[REXX]] extension that allows REXX to utilise the [[libcURL]] sockets library, but that is a [[C]] library that greatly simplifies accessing internet assets such as | A [[REXX]] extension that allows REXX to utilise the [[libcURL]] sockets library, but that is a [[C]] library that greatly simplifies accessing internet assets such as webpages, FTP sites. | ||
==Version== | ==Version== | ||
* | * 2.0 (2012) | ||
* 2.0.1 (2015-04-12) - This release only supplied in source code form. | |||
* | * 2.1.0 (2019-02-11) | ||
* 2.1.1 (May 2024) | |||
* | |||
==Licence== | ==Licence== | ||
* | * Common Public License Version 1.0 | ||
* Author: [[Mark Hessling]] | |||
== | ==Links== | ||
* [ | * [http://rexxcurl.sourceforge.net Rexx/CURL Homepage] | ||
[[Category:REXX Function Library]][[Category:Open Source Software]][[Category:Software written in C]] |
Latest revision as of 18:53, 2 April 2025
A REXX extension that allows REXX to utilise the libcURL sockets library, but that is a C library that greatly simplifies accessing internet assets such as webpages, FTP sites.
Version
- 2.0 (2012)
- 2.0.1 (2015-04-12) - This release only supplied in source code form.
- 2.1.0 (2019-02-11)
- 2.1.1 (May 2024)
Licence
- Common Public License Version 1.0
- Author: Mark Hessling