mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00: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