Use Curl in Haiku C

Hi!

I want to know if I can use “curl/curl.h” header to program under Haiku

Thanks

Haiku does have curl.

Simply make sure the curl development package is installed:

~> pkgman search curl
Status  Name                  Description                                                                      
---------------------------------------------------------------------------------------------------------------
S       ca_root_certificates  Bundle of CA root certificates                                                   
S       curl                  A commandline-tool and library for downloading data from URLs                    
S       curl_devel            A commandline-tool and library for downloading data from URLs (development files)
        curl_source           A commandline-tool and library for downloading data from URLs (source files)     

If it isn’t installed, pkgman install curl_devel should solve that.