You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/web-applications.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,34 @@ Tinystruct uses an intelligent pattern matching system for routing:
30
30
31
31
The framework automatically routes requests to the appropriate method based on the URL pattern and method parameters. There's no need to define path variables like `{id}` in the @Action annotation.
32
32
33
+
### HTTP Method-Specific Actions
34
+
35
+
New in version 1.7.17, you can specify which HTTP methods an action responds to using the `mode` parameter:
0 commit comments