Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Ivan Semenkov edited this page Jun 13, 2020 · 2 revisions

libPasCURL

It is object pascal bindings and wrapper around cURL library.

Project road map you can find at trello.com.

Bindings

libpascurl.pas file contains the cURL translated headers to use this library in pascal programs. You can find C API documentation at cURL website.

Object wrapper

pascurl.pas file contains the cURL object wrapper.

Clone this wiki locally