esp-idf/examples/protocols/esp_http_client
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
..
main Fetch headers in POST example for native requests 2021-10-19 11:25:49 +08:00
CMakeLists.txt [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
esp_http_client_test.py [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
Makefile [examples]: removed hyphens 2021-10-09 13:58:24 +08:00
README.md Add esp_http_client 2018-05-21 09:35:07 +07:00
sdkconfig.ci esp_http_client: Add config option for HTTP Digest auth 2021-03-23 11:58:35 +05:30
sdkconfig.ci.ssldyn examples: make sure WiFi interface is disabled when connecting with Ethernet 2020-05-18 09:29:55 +02:00

ESP HTTP Client Example

See the README.md file in the upper level 'examples' directory for more information about examples.