Tizen Native API  6.5
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.73.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 CURL_GLOBAL_ACK_EINTR has been enabled by default since 7.69.0.
Curl will acknowledge EINTR condition when connecting or when waiting for data.
More details can be found in curl_global_init()