IotHttpsReturnCode_t IotHttpsClient_GetUrlAddress(const char *pUrl, size_t urlLen, const char **pAddress, size_t *pAddressLen)
Retrieve the Address from the input URL.
Definition: iot_https_utils.c:91
IotHttpsReturnCode_t IotHttpsClient_GetUrlPath(const char *pUrl, size_t urlLen, const char **pPath, size_t *pPathLen)
Retrieve the path from the input URL.
Definition: iot_https_utils.c:41