We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cc0963 + 498ab94 commit 7b18153Copy full SHA for 7b18153
docs/essential/route.md
@@ -470,11 +470,11 @@ const app = new Elysia()
470
- **hook**: Additional metadata
471
472
When navigating to each method, you should see the results as the following:
473
-| Path | Method | Result |
474
-| - | --- | --- |
475
-| / | GET | hello |
476
-| / | POST | hi |
477
-| / | M-SEARCH | connect |
+| Path | Method | Result |
+| --------- | -------- | ------- |
+| /get | GET | hello |
+| /post | POST | hi |
+| /m-search | M-SEARCH | connect |
478
479
::: tip
480
Based on [RFC 7231](https://www.rfc-editor.org/rfc/rfc7231#section-4.1), HTTP Verb is case-sensitive.
0 commit comments