OVMS3-idf/components/esp_http_client/include
2019-04-24 13:54:22 +05:30
..
esp_http_client.h Add a esp_http_client_set_redirection function When using direct operations instead of esp_http_client_perform, we need a way to set redirection URL when we get 30x response codes. Added the function for the same. User can now check status code and call esp_http_client_set_redirection function to enable redirection. Related change in adf: https://gitlab.espressif.cn:6688/adf/esp-adf-internal/merge_requests/187 2019-04-24 13:54:22 +05:30