esp-idf/components/esp_http_server/src
Anurag Kar 416c55e7f0 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.
Move static uri_matches() function to httpd_uri_match_wildcard() under esp_http_server.h and make it optional.
2019-01-14 08:59:55 +05:30
..
port/esp32
util
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