OVMS3-idf/components/esp_http_client
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
..
include esp_http_client: Add support for non-blocking feature in esp_http_client_perform() API 2018-09-24 05:42:28 +00:00
lib MQTT: Integrate esp-mqtt library into idf 2018-09-12 08:00:59 +02:00
CMakeLists.txt MQTT: Integrate esp-mqtt library into idf 2018-09-12 08:00:59 +02:00
component.mk Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_http_client.c esp_http_client: Add support for non-blocking feature in esp_http_client_perform() API 2018-09-24 05:42:28 +00:00
Kconfig Add esp_http_client 2018-05-21 09:35:07 +07:00