We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7983c commit a9d1ee1Copy full SHA for a9d1ee1
README.md
@@ -443,8 +443,8 @@ router.hasRoute('GET', '/:file(^\\D+).jpg')
443
// => false
444
```
445
446
-```js
447
#### lookup(request, response, [context], [done])
+
448
Start a new search, `request` and `response` are the server req/res objects.<br>
449
If a route is found it will automatically call the handler, otherwise the default route will be called.<br>
450
The url is sanitized internally, all the parameters and wildcards are decoded automatically.
0 commit comments