esp-idf/components/esp_http_server/src
2019-01-14 08:59:55 +05:30
..
port/esp32 HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
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 : APIs renamed and context get/set implementations fixed 2018-11-19 04:00:21 +00:00
httpd_main.c esp_http_server improvements to allow adding transport layer encryption 2018-11-19 04:00:21 +00:00
httpd_parse.c esp_http_server : APIs renamed and context get/set implementations fixed 2018-11-19 04:00:21 +00:00
httpd_sess.c esp_http_server : APIs renamed and context get/set implementations fixed 2018-11-19 04:00:21 +00:00
httpd_txrx.c HTTP Server : Add helper APIs for sending string content 2019-01-14 08:36:18 +05:30
httpd_uri.c HTTP Server : Add uri_match_fn field in config structure which accepts custom URI matching functions of type httpd_uri_match_func_t and defaults to basic string compare when set to NULL. 2019-01-14 08:59:55 +05:30