esp_tls_conn_http_new_async() function
Create a new non-blocking TLS/SSL connection with a given "HTTP" url The behaviour is same as esp_tls_conn_new_async() API. However this API accepts host's url.
Arguments
cfg
TLS configuration as esp_tls_cfg_t.
tls
pointer to esp-tls as esp-tls handle.
Return value
- -1 If connection establishment fails. - 0 If connection establishment is in progress. - 1 If connection establishment is successful.