curl4delphi icon indicating copy to clipboard operation
curl4delphi copied to clipboard

A little libcURL binding for Delphi XE2+. Supports “easy” interface only. See wiki for more documentation.

Results 13 curl4delphi issues
Sort by recently updated
recently updated
newest added

Not into initial release…

feature
demo

Is there a way to do something like this curl command in my Delphi application running... `curl --unix-socket /var/run/docker.sock GET http://localhost:2375/containers/json`

I try the https examble in curl4delphi-master\Examples\Easy_Http\Https and give me this error and not compile the proyect [DCC Error] Curl.Lib.pas(2803): E2441 Inline function declared in interface section must not use...