We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f4552 commit c26cbadCopy full SHA for c26cbad
1 file changed
examples/URIMatcher/README.md
@@ -200,7 +200,6 @@ server.on(AsyncURIMatcher::exact("/login"), handler);
200
server.on(AsyncURIMatcher::prefix("/api"), handler);
201
server.on(AsyncURIMatcher::dir("/admin"), handler);
202
server.on(AsyncURIMatcher::ext("/images/*.jpg"), handler);
203
-server.on(AsyncURIMatcher::iExact("/case"), handler);
204
205
#ifdef ASYNCWEBSERVER_REGEX
206
server.on(AsyncURIMatcher::regex("^/user/([0-9]+)$"), handler);
0 commit comments