pub unsafe extern "C" fn esp_http_client_set_url(
    client: *mut esp_http_client,
    url: *const i8
) -> i32
Expand description

@brief Set URL for client, when performing this behavior, the options in the URL will replace the old ones

@param[in] client The esp_http_client handle @param[in] url The url

@return

  • ESP_OK
  • ESP_FAIL