mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Added support http REPORT method and tested it using local server. Added test case for REPOPRT method in esp_http_client_example.c The URL(httpbin.org) does not support for /report endpoint. Closes https://github.com/espressif/esp-idf/issues/14147