esp-idf/examples/protocols/esp_http_client
Laukik Hase ca84d2d6c9 esp_http_client: Added event for HTTP redirect
- Allows users to manually intercept and process the HTTP redirection
 when disable_auto_redirect (from the esp_http_client handle) is set to true

Closes https://github.com/espressif/esp-idf/issues/8029
2022-01-12 11:40:32 +05:30
..
main esp_http_client: Added event for HTTP redirect 2022-01-12 11:40:32 +05:30
CMakeLists.txt
README.md
esp_http_client_test.py
sdkconfig.ci
sdkconfig.ci.ssldyn

README.md

ESP HTTP Client Example

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