Skip to content

Commit

Permalink
docs(readme): document hostname routing support
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Nov 16, 2024
1 parent ae6adc9 commit 0d6b2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Routes are prioritized based on specificity, with static segments taking precede
The following rules apply:

- Routes with hostnames are evaluated first, before any path-only routes.
- If no route matches a hostname, the router falls back to matching path-only routes. Path-only routes match requests with any hostname.
- If no route matches with a hostname, the router falls back to matching path-only routes. Path-only routes match requests with any hostname.
- Static segments are always evaluated first.
- A named parameter can only overlap with a catch-all parameter or static segments.
- A catch-all parameter can only overlap with a named parameter or static segments.
Expand Down

0 comments on commit 0d6b2f0

Please sign in to comment.