mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +02:00
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.
This commit is contained in:
parent
b218599906
commit
948d607539
@ -25,7 +25,7 @@ description = "Middleware example for Echo"
|
|||||||
Content-Length:122
|
Content-Length:122
|
||||||
Content-Type:application/json; charset=utf-8
|
Content-Type:application/json; charset=utf-8
|
||||||
Date:Thu, 14 Apr 2016 20:31:46 GMT
|
Date:Thu, 14 Apr 2016 20:31:46 GMT
|
||||||
Server:Echo/2.0
|
Server:Echo/3.0
|
||||||
```
|
```
|
||||||
|
|
||||||
*Body*
|
*Body*
|
||||||
|
Loading…
Reference in New Issue
Block a user