Jitin George 5309ca04d1 esp_http_client: Add support for non-blocking feature in esp_http_client_perform() API
Four internal APIs `esp_http_client_connect()`, `http_client_prepare_first_line()`, `esp_http_client_request_send()` and
`esp_http_client_send_post_data()` API have been added for perfoming connection establishment (sync as well as async),
preparing first line, sending request and sending post data respectively.

In `transport_ssl`, `ssl_connect_async()` API has been added for establishing asynchronous connection.
2018-09-24 05:42:28 +00:00
..
2018-05-14 17:54:57 +05:00
2018-08-20 16:49:20 +08:00
2018-09-13 08:56:59 +08:00
2018-07-09 14:36:06 +08:00
2018-04-04 22:57:45 +08:00
2016-08-17 23:08:22 +08:00
2017-10-18 14:19:16 +08:00