Skip to content

Commit 759d75c

Browse files
committed
when Use middlewares are executed
1 parent de78b7b commit 759d75c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/content/middleware.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ every request or limiting the number of requests.
1717

1818
Handler is processed in the end after all middleware are finished executing.
1919

20-
Middleware registered using `Echo#Use()` is only executed for paths which are
21-
registered after `Echo#Use()` has been called.
20+
Middleware registered using `Echo#Use()` is executed for paths which are
21+
registered both before and after `Echo#Use()` has been called. These middlewares are executed along with the group and handler
22+
middlewares after routing has done.
2223

2324
## Levels
2425

0 commit comments

Comments
 (0)