OVMS3-idf/components/esp_http_client
2019-04-23 19:29:49 +05:30
..
include 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-23 19:29:49 +05:30
lib separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test esp_http_client: fix CI issues & return value 2019-04-16 09:03:14 +02:00
CMakeLists.txt MQTT: Integrate esp-mqtt library into idf 2018-09-12 08:00:59 +02:00
component.mk Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_http_client.c 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-23 19:29:49 +05:30
Kconfig Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00