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 a6e8069 commit 1635a88
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 @@ -28,7 +28,7 @@ name. Due to Fox design, wildcard route are cheap and scale really well.
**Get the current route:** You can easily retrieve the route of the matched request. This actually makes it easier to integrate
observability middleware like open telemetry.

**Hostname routing:** Supports hostname-based routing with wildcard matching.
**Hostname routing:** Fox supports hostname-based routing with wildcard matching.

**Flexible routing:** Fox strikes a balance between routing flexibility, performance and clarity by enforcing clear
priority rules, ensuring that there are no unintended matches and maintaining high performance even for complex routing pattern.
Expand Down

0 comments on commit 1635a88

Please sign in to comment.