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

Updated docs, fixed #225.

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2015-10-02 11:23:52 -07:00
parent c020919cb4
commit 5a71f202f5
15 changed files with 80 additions and 32 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -3,6 +3,7 @@ title: Routing
menu:
main:
parent: guide
weight: 30
---
Echo's router is [fast, optimized](https://github.com/labstack/echo#benchmark) and

View File

@@ -1,5 +1,6 @@
---
title: Google App Engine
draft: true
menu:
main:
parent: recipes