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: docs/middleware/requestid.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ id: requestid
4
4
5
5
# RequestID
6
6
7
-
RequestID middleware for [Fiber](https://github.com/gofiber/fiber) that adds an identifierto the response.
7
+
RequestID middleware for [Fiber](https://github.com/gofiber/fiber) that generates or propagates a request identifier. The ID is added to the response headers and stored in the request context.
8
8
9
9
## Signatures
10
10
@@ -24,7 +24,7 @@ import (
24
24
)
25
25
```
26
26
27
-
After you initiate your Fiber app, you can use the following possibilities:
27
+
After initializing your Fiber app, you can use the middleware in the following ways:
0 commit comments