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: _stable/server/middleware.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: Getting Started with a Server Middleware
3
3
layout: guide
4
4
---
5
5
6
-
As [Upgrade](upgrading) mentioned, hyper v1 does not depend on tower for the `Service` trait. When we want to add tower-like middleware, there are 2 kinds of approach to make it.
6
+
As [Upgrade][upgrading] mentioned, hyper v1 does not depend on tower for the `Service` trait. When we want to add tower-like middleware, there are 2 kinds of approach to make it.
7
7
8
-
Let's create a Logger middleware in [hello-world server](hello-world) for instance:
8
+
Let's create a Logger middleware in [hello-world server][hello-world] for instance:
0 commit comments