* - Manage HTTP session
* - Manage HTTP transaction
* - Send/Receive HTTP request/response
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\n
- * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
- * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
*/
* - Create / Delete HTTP session
* - Get activated transaction count
* - Manage redirection
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_SESSION_MODULE_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\n
- * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
- * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
*/
* - Pause/Resume transaction
* - Transfer HTTP request
* - Get/Set transaction options such as interface, verification and timeout
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_TRANSACTION_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\n
- * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
- * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
*/
* - Set/Get URI, method
* - Make body for POST/PUT Method
* It supports other request options according to the HTTP protocol.
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_REQUEST_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet\n
- * It is recommended to design feature related codes in your application for reliability.\n
- * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
- * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
*/
* @section CAPI_NETWORK_HTTP_RESPONSE_MODULE_OVERVIEW Overview
* It manages HTTP response message.
* - Get status code and reason phrase from response message
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_RESPONSE_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\n
- * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
- * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
*/
*
* @section CAPI_NETWORK_HTTP_HEADER_MODULE_OVERVIEW Overview
* It manages custom header.
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_HEADER_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\n
- * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
- * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
*/
*
* @section CAPI_NETWORK_HTTP_AUTHENTICATION_MODULE_OVERVIEW Overview
* It manages HTTP Authentication and credential.
- *
- * @if WEARABLE
- * @section CAPI_NETWORK_HTTP_HEADER_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - %http://tizen.org/feature/network.internet \n
- * It is recommended to design feature related codes in your application for reliability.\n
- * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
- * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
- * @endif
*/