esp-idf/components/esp_http_server/src
2022-05-06 17:58:52 +08:00
..
port/esp32 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
util HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
esp_httpd_priv.h esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru 2021-01-15 05:53:41 +00:00
httpd_main.c components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 2021-04-12 05:42:50 +00:00
httpd_parse.c fix(server): Fix websocket server not support handle multiple connections when client send CLOSE frame 2022-05-06 17:58:52 +08:00
httpd_sess.c esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru 2021-01-15 05:53:41 +00:00
httpd_txrx.c esp_http_server: Add some response error code, such as 401, 403 etc. 2020-12-09 06:22:01 +00:00
httpd_uri.c http_server: adds support for setting websocket subprotocol 2020-11-13 06:40:51 +00:00
httpd_ws.c fix(server): Fix websocket server not support handle multiple connections when client send CLOSE frame 2022-05-06 17:58:52 +08:00