doc: drop stale todo block
This commit is contained in:
@@ -5,10 +5,6 @@ Route Matching
|
|||||||
and uses it to determine which handler an incoming request should be dispatched
|
and uses it to determine which handler an incoming request should be dispatched
|
||||||
to.
|
to.
|
||||||
|
|
||||||
.. todo::
|
|
||||||
|
|
||||||
link routes to its section
|
|
||||||
|
|
||||||
Each incoming request is matched against the routes in the route table in
|
Each incoming request is matched against the routes in the route table in
|
||||||
strict order. For each route in the route table, the criteria are checked.
|
strict order. For each route in the route table, the criteria are checked.
|
||||||
If the request does not match, the next route in the route list is examined.
|
If the request does not match, the next route in the route list is examined.
|
||||||
|
|||||||
Reference in New Issue
Block a user