We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dfd88 commit 77b41e8Copy full SHA for 77b41e8
website/content/guide/request.md
@@ -71,6 +71,10 @@ e.GET("/users/:name", func(c echo.Context) error {
71
curl http://localhost:1323/users/Joe
72
```
73
74
+Note that when registering the same path for multiple methods, the path parameter
75
+name needs to be the same. All paths will be registered using the name from the
76
+first path.
77
+
78
### Binding Data
79
80
Also binding of request data to native Go structs and variables is supported.
0 commit comments