feat(esp_http_server): Adds support to bind an interface to server

Closes https://github.com/espressif/esp-idf/issues/17859
This commit is contained in:
Ashish Sharma
2026-03-17 15:22:45 +08:00
parent 6ed9d5bd43
commit 7e2e09c15c
5 changed files with 136 additions and 4 deletions
@@ -207,6 +207,7 @@ typedef struct httpd_ssl_config httpd_ssl_config_t;
.keep_alive_idle = 0, \
.keep_alive_interval = 0, \
.keep_alive_count = 0, \
.if_name = NULL, \
.open_fn = NULL, \
.close_fn = NULL, \
.uri_match_fn = NULL \