CurlPas is a Pascal binding and object-oriented wrapper for the LibCurl client-side URL transfer library.
LibCurl is mature, stable, powerful, actively maintained, well-supported, and well-documented. While CurlPas is not nearly as well-tested as LibCurl, I would consider it to be quite stable at this point. Both CurlPas and LibCurl are distributed under a liberal open-source license, permitting their use in both open-source and proprietary applications. CurlPas was developed and tested on the following systems:
The CurlPas package consists of three parts:
To date, the tCurl object has over 130 different properties and methods to handle a wide variety of URL transfer requirements. While this may seem overwhelming at first glance, the good news is you will probably need only a small subset of these for most situations. I would recommend at least browsing through the tcurl.html file to get some idea of what's available, and then refer back to the documentation as needed. Examples for several CurlPas applications are also provided in the demo folder. |