mirror of
https://github.com/labstack/echo.git
synced 2025-04-13 11:50:33 +02:00
Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
dfa3569fde
commit
468a3eb9b3
@ -1,6 +1,6 @@
|
|||||||
# [Echo](http://echo.labstack.com) [](http://godoc.org/github.com/labstack/echo) [](https://raw.githubusercontent.com/labstack/echo/master/LICENSE) [](https://travis-ci.org/labstack/echo) [](https://coveralls.io/r/labstack/echo) [](https://gitter.im/labstack/echo)
|
# [Echo](http://echo.labstack.com) [](http://godoc.org/github.com/labstack/echo) [](https://raw.githubusercontent.com/labstack/echo/master/LICENSE) [](https://travis-ci.org/labstack/echo) [](https://coveralls.io/r/labstack/echo) [](https://gitter.im/labstack/echo)
|
||||||
|
|
||||||
A fast and unfancy micro web framework for Golang.
|
A fast and unfancy micro web framework for Go.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ A fast and unfancy micro web framework for Golang.
|
|||||||
- Handy functions to send variety of HTTP response:
|
- Handy functions to send variety of HTTP response:
|
||||||
- HTML
|
- HTML
|
||||||
- HTML via templates
|
- HTML via templates
|
||||||
- String
|
- String
|
||||||
- JSON
|
- JSON
|
||||||
- JSONP
|
- JSONP
|
||||||
- XML
|
- XML
|
||||||
@ -41,7 +41,7 @@ A fast and unfancy micro web framework for Golang.
|
|||||||
- Customizable HTTP request binding function.
|
- Customizable HTTP request binding function.
|
||||||
- Customizable HTTP response rendering function, allowing you to use any HTML template engine.
|
- Customizable HTTP response rendering function, allowing you to use any HTML template engine.
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
||||||
Based on [vishr/go-http-routing-benchmark] (https://github.com/vishr/go-http-routing-benchmark), June 5, 2015.
|
Based on [vishr/go-http-routing-benchmark] (https://github.com/vishr/go-http-routing-benchmark), June 5, 2015.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Echo
|
# Echo
|
||||||
|
|
||||||
A fast and unfancy micro web framework for Golang.
|
A fast and unfancy micro web framework for Go.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ A fast and unfancy micro web framework for Golang.
|
|||||||
- Handy functions to send variety of HTTP response:
|
- Handy functions to send variety of HTTP response:
|
||||||
- HTML
|
- HTML
|
||||||
- HTML via templates
|
- HTML via templates
|
||||||
- String
|
- String
|
||||||
- JSON
|
- JSON
|
||||||
- JSONP
|
- JSONP
|
||||||
- XML
|
- XML
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
site_name: Echo
|
site_name: Echo
|
||||||
theme: journal
|
theme: flatly
|
||||||
theme_dir: echo
|
theme_dir: echo
|
||||||
copyright: '© 2015 LabStack'
|
copyright: '© 2015 LabStack'
|
||||||
repo_url: https://github.com/labstack/echo
|
repo_url: https://github.com/labstack/echo
|
||||||
@ -16,4 +16,4 @@ pages:
|
|||||||
- JWT Authentication: recipes/jwt-authentication.md
|
- JWT Authentication: recipes/jwt-authentication.md
|
||||||
- Graceful Shutdown: recipes/graceful-shutdown.md
|
- Graceful Shutdown: recipes/graceful-shutdown.md
|
||||||
extra:
|
extra:
|
||||||
site_title: Echo, a fast and unfancy micro web framework for Golang.
|
site_title: Echo, a fast and unfancy micro web framework for Go.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user