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 f1c5154 commit b2db269
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 @@ -235,7 +235,7 @@ path-priority mode, ensuring optimal and adaptive routing behavior.
on the request host and path. If no match is found, the router will then fall back to a path-only lookup.
- Trailing slash handling (redirect or ignore) is mode-specific, either for hostname-prioritized or path-prioritized mode.
Therefore, if no exact match is found for a domain-based lookup but a trailing slash adjustment is possible, Fox will perform
- the redirect (or ignore the trailing slash) without falling back to path-only lookup.
the redirect (or ignore the trailing slash) without falling back to path-only lookup.

#### Warning about context
The `fox.Context` instance is freed once the request handler function returns to optimize resource allocation.
Expand Down

0 comments on commit b2db269

Please sign in to comment.