Hi Akhilesh,
I asked around and here are some feedbacks:
"It refers to how to send REST (over HTTPS) calls from the target. So in this case the target is a HTTP client sending requests to a server.
lwIP features a http client implementation (in /lwip/browse/src/apps/http/http_client.c) which can be used to send HTTP calls, but not HTTPS calls.
However REST calls are usually over HTTPS, the lwIP HTTP client won’t help."
"I’d suggest to check the example using FreeRTOS coreHTTP:
https://syop.freertos.org/http/http-demo-with-tls-mutual-authentication.html "
"Additionally the customer may look into using MQTT which is a protocol targeted for IoT devices communication (device to device, device to cloud).
Amazon has GreenGrass IoT client which deployed on target can talk over MQTT with the could.
Microsoft has Azure IoT which deals with the same aspect as AWS.
MQTT is supported by lwIP."
Hope it helps.
Regards,
Lukas