Skip to content

Commit

Permalink
Revert "document path paramater behaviour for same path across differ…
Browse files Browse the repository at this point in the history
…ent methods"
  • Loading branch information
bruc3mackenzi3 authored and aldas committed Aug 10, 2022
1 parent 8f17635 commit 45926cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/content/guide/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ e.GET("/users/:name", func(c echo.Context) error {
curl http://localhost:1323/users/Joe
```

Note that when registering the same path for multiple methods, the path parameter
name needs to be the same. All paths will be registered using the name from the
first path.

### Binding Data

Also binding of request data to native Go structs and variables is supported.
Expand Down

0 comments on commit 45926cd

Please sign in to comment.