mirror of
https://github.com/labstack/echo.git
synced 2025-04-19 12:12:51 +02:00
Docs updated
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
c1d2f78211
commit
3b0254ec67
@ -4,6 +4,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Fast :rocket: HTTP router which smartly resolves conflicting routes.
|
- Fast :rocket: HTTP router which smartly resolves conflicting routes.
|
||||||
|
- Fast router which smartly resolves conflicting routes.
|
||||||
- Extensible middleware/handler, supports:
|
- Extensible middleware/handler, supports:
|
||||||
- Middleware
|
- Middleware
|
||||||
- `func(*echo.Context)`
|
- `func(*echo.Context)`
|
||||||
@ -24,8 +25,8 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
|
|||||||
- Handy encoding/decoding functions.
|
- Handy encoding/decoding functions.
|
||||||
- Serve static files, including index.
|
- Serve static files, including index.
|
||||||
- Centralized HTTP error handling.
|
- Centralized HTTP error handling.
|
||||||
- Customized binder to decode request body to a Go type.
|
- Use a customized function to bind request body to a Go type.
|
||||||
- Customized view render so you can use any templating engine.
|
- Register a view render so you can use any HTML templating engine.
|
||||||
|
|
||||||
## Benchmark
|
## Benchmark
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Fast HTTP router which smartly resolves conflicting routes.
|
- Fast router which smartly resolves conflicting routes.
|
||||||
- Extensible middleware/handler, supports:
|
- Extensible middleware/handler, supports:
|
||||||
- Middleware
|
- Middleware
|
||||||
- `func(*echo.Context)`
|
- `func(*echo.Context)`
|
||||||
@ -31,8 +31,8 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
|
|||||||
- Handy encoding/decoding functions.
|
- Handy encoding/decoding functions.
|
||||||
- Serve static files, including index.
|
- Serve static files, including index.
|
||||||
- Centralized HTTP error handling.
|
- Centralized HTTP error handling.
|
||||||
- Customized binder to decode request body to a Go type.
|
- Use a customized function to bind request body to a Go type.
|
||||||
- Customized view render so you can use any templating engine.
|
- Register a view render so you can use any HTML templating engine.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -40,8 +40,6 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G
|
|||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
[labstack/echo/example](https://github.com/labstack/echo/tree/master/examples)
|
|
||||||
|
|
||||||
> Hello, World!
|
> Hello, World!
|
||||||
|
|
||||||
Create ```server.go``` with the following content:
|
Create ```server.go``` with the following content:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user