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
..
2021-10-09 13:58:24 +08:00
2021-10-09 13:58:24 +08:00
2018-05-21 09:35:07 +07:00

ESP HTTP Client Example

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