Home
last modified time | relevance | path

Searched refs:HttpStatus_Found (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/esp_https_ota/src/
Desp_https_ota.c52 case HttpStatus_Found: in process_again()
65 …if (status_code == HttpStatus_MovedPermanently || status_code == HttpStatus_Found || status_code =… in _http_handle_response_code()
/hal_espressif-2.7.6/components/esp_http_client/include/
Desp_http_client.h150 HttpStatus_Found = 302, enumerator
/hal_espressif-2.7.6/components/esp_http_client/
Desp_http_client.c750 case HttpStatus_Found: in esp_http_check_response()