From 1635a88c93310e90618d0045e05e65c67a2f164c Mon Sep 17 00:00:00 2001 From: tigerwill90 Date: Sat, 16 Nov 2024 02:01:34 +0100 Subject: [PATCH] docs(readme): document hostname routing support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 074a20b..789eab9 100644 --- a/README.md +++ b/README.md @@ -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.