Skip to content
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.