This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
e1ac7ed922
esp-idf
/
components
/
esp_http_server
History
Anurag Kar
21878d1bbf
HTTP Server : Unit test added for httpd_uri_match_wildcard() function as given in
https://github.com/espressif/esp-idf/pull/2581#issuecomment-430788473
2019-01-14 08:59:55 +05:30
..
include
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
src
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
test
HTTP Server : Unit test added for httpd_uri_match_wildcard() function as given in
https://github.com/espressif/esp-idf/pull/2581#issuecomment-430788473
2019-01-14 08:59:55 +05:30
CMakeLists.txt
HTTP Server : Added esp_ prefix to http_server component files
2018-10-24 17:32:20 +05:30
component.mk
HTTP Server : Added esp_ prefix to http_server component files
2018-10-24 17:32:20 +05:30
Kconfig
HTTP Server : Added esp_ prefix to http_server component files
2018-10-24 17:32:20 +05:30