1
0
mirror of https://github.com/labstack/echo.git synced 2025-11-06 08:59:21 +02:00

Updated docs

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2015-10-05 15:52:07 -07:00
parent e45f310607
commit 1efe837fdd
17 changed files with 100 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ title: Customization
menu:
main:
parent: guide
weight: 20
weight: 2
---
### HTTP error handler

View File

@@ -3,7 +3,7 @@ title: Error Handling
menu:
main:
parent: guide
weight: 70
weight: 7
---
Echo advocates centralized HTTP error handling by returning `error` from middleware

View File

@@ -3,7 +3,7 @@ title: Installation
menu:
main:
parent: guide
weight: 10
weight: 1
---
Echo has been developed and tested using Go `1.4.x`

View File

@@ -3,7 +3,7 @@ title: Middleware
menu:
main:
parent: guide
weight: 40
weight: 4
---
Middleware is a function which is chained in the HTTP request-response cycle. Middleware

View File

@@ -3,7 +3,7 @@ title: Request
menu:
main:
parent: guide
weight: 50
weight: 5
---
### Path parameter

View File

@@ -3,7 +3,7 @@ title: Response
menu:
main:
parent: guide
weight: 60
weight: 6
---
### Template

View File

@@ -3,7 +3,7 @@ title: Routing
menu:
main:
parent: guide
weight: 30
weight: 3
---
Echo's router is [fast, optimized]({{< relref "index.md#performance">}}) and