Commit Graph

3 Commits

Author SHA1 Message Date
Bob a84f16989a Make regex a define exclusive (#617)
* Change compiler error to runtime error.
Add compiler warining when a ASYNCWEBSERVER_REGEX function is used, but not enabled

* Update docs for usage in Arduino IDE

* Update docs for platform.local.txt
2019-10-14 23:06:38 +03:00
frippe75 6a1fb03fc4 Fixes #614 with incorrect regex in the example sketch (#615) 2019-10-06 11:08:59 +03:00
Bob 6a4e2f5329 Support route parameters with regex patterns (#560)
* Fix compile warnings

* first test

* Add regex path

* Add simple example

* add support for esp8266

* Update AsyncJson.h
2019-10-02 14:37:55 +03:00