esp-idf/examples/protocols/esp_http_client/main
Sven Fuchs 37da873da9 Fetch headers in POST example for native requests
In the POST section of `http_native_request` headers are not fetched. thus, just commenting out the GET request example would result in a `status` and `content_length` of `0` being reported (quite confusing).

(Plus, it should log `HTTP POST Status` here, instead of `HTTP GET Status`.)

Merges https://github.com/espressif/esp-idf/pull/7696
2021-10-19 11:25:49 +08:00
..
CMakeLists.txt Fix esp_http_client example: Set proper server verification by adding the postman root cert for https_async demo 2021-04-07 05:31:21 +00:00
component.mk esp_http_client: Enable support of crt_bundle in esp_http_client 2021-04-07 05:31:21 +00:00
esp_http_client_example.c Fetch headers in POST example for native requests 2021-10-19 11:25:49 +08:00
howsmyssl_com_root_cert.pem Update example test for esp_http_client 2021-10-05 16:58:23 +08:00
postman_root_cert.pem Fix esp_http_client example: Set proper server verification by adding the postman root cert for https_async demo 2021-04-07 05:31:21 +00:00