| 
    Tizen Native API
    5.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.59.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 will be removed at the next platform release.
 - - 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.