-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
Goal
Extend the suport of the open function to support URL's.
https://github.com/rdkcentral/ut-control/blob/develop/include/ut_kvp.h
Transform function from
ut_kvp_status_t ut_kvp_open(ut_kvp_instance_t *pInstance, char *fileName);to
ut_kvp_status_t ut_kvp_open(ut_kvp_instance_t *pInstance, char *fileNameOrUrl);if the filename is prefixed with https/http:// then it's a url
if it's not prefixed then assume it's a file
if it's prefixed with file:// then assume it's a file.
Notes (Optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo