@@ -19,10 +19,12 @@ Do you need a real-world example that uses this router? Check out [Fastify](http
1919 - [ Supported path formats] ( #supported-path-formats )
2020 - [ Match order] ( #match-order )
2121 - [ Supported methods] ( #supported-methods )
22- - [ off(method, path)] ( #offmethod-path )
23- - [ off(methods[ ] , path)] ( #offmethods-path )
24- - [ off(methods, path, [ constraints] )] ( #offmethods-path-constraints )
25- - [ lookup(request, response, [ context] , [ done] )] ( #lookuprequest-response-context )
22+ - [ off(methods[ ] , path, [ constraints] )] ( #offmethods-path-constraints )
23+ - [ off(methods, path)] ( #offmethods-path )
24+ - [ off(methods, path, constraints)] ( #offmethods-path-constraints-1 )
25+ - [ off(methods[ ] , path)] ( #offmethods-path-1 )
26+ - [ off(methods[ ] , path, constraints)] ( #offmethods-path-constraints-2 )
27+ - [ lookup(request, response, [ context] , [ done] )] ( #lookuprequest-response-context-done )
2628 - [ find(method, path, [ constraints] )] ( #findmethod-path-constraints )
2729 - [ prettyPrint([ { method: 'GET', commonPrefix: false, includeMeta: true || [ ] }] )] ( #prettyprint-commonprefix-false-includemeta-true--- )
2830 - [ reset()] ( #reset )
0 commit comments