5309ca04d1
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. |
||
---|---|---|
.. | ||
include | ||
CMakeLists.txt | ||
component.mk | ||
transport.c | ||
transport_ssl.c | ||
transport_tcp.c | ||
transport_utils.c |