mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
There was existing support for adding authorization info in esp_http_client but it was functional only while using `esp_http_client_perform` API. This commit just moves existing authorization addition logic into publicly exposed API.