Skip to content

Commit 948d607

Browse files
zwpapervishr
authored andcommitted
Update type typo for Header handler (#868)
The example for ServerHeader middleware is trying to set a `Echo/3.0` header, but the response out put has a Echo/2.0 header, may confuse people.
1 parent b218599 commit 948d607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/cookbook/middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ description = "Middleware example for Echo"
2525
Content-Length:122
2626
Content-Type:application/json; charset=utf-8
2727
Date:Thu, 14 Apr 2016 20:31:46 GMT
28-
Server:Echo/2.0
28+
Server:Echo/3.0
2929
```
3030

3131
*Body*

0 commit comments

Comments
 (0)