#ifndef STUBS_ESP_HTTP_SERVER_H #define STUBS_ESP_HTTP_SERVER_H #include "esp_err.h" #include typedef void *httpd_handle_t; typedef struct httpd_req httpd_req_t; #endif