Tizen Native API
6.0
|
Curl
Overview
A client-side URL transfer library supporting http, https, ftp, file URIs and many more protocols. Allows applications to perform url-related activities without having to involve a web browser.
Version: 7.68.0
Reference: https://curl.haxx.se/libcurl/
In some cases such as internet access, your application requires some privileges. For more information, see the Non-API Bound Privileges.
- Warning:
- Note that the following enums are removed.
- - CURLE_SSL_CACERT
- - CURLOPT_DNS_USE_GLOBAL_CACHE
- You can use CURLE_PEER_FAILED_VERIFICATION instesd of CURLE_SSL_CACERT.
- You can use CURLOPT_SHARE instead of CURLOPT_DNS_USE_GLOBAL_CACHE.