nkolban / ESP32_Explorer

ESP32 Explorer
Apache License 2.0
144 stars 37 forks source link

Use RegEx in handelTest registration to allow query test and usage … #25

Closed zafrirron closed 6 years ago

zafrirron commented 6 years ago

Since handleTest request handler is also parsing and logging the query params, the implementation of the handler registration could allow this. For this we need to call "addPathHandler" method in it's &RegEx form.