This website requires JavaScript.
Explore
Help
Register
Sign In
Crash_Override
/
OVMS3-idf
Watch
1
Star
0
Fork
You've already forked OVMS3-idf
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
423fbf0006
OVMS3-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