1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

Updated docs

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-08-28 10:37:14 -07:00
parent dfa3569fde
commit 468a3eb9b3
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# [Echo](http://echo.labstack.com) [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/echo) [![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/labstack/echo/master/LICENSE) [![Build Status](http://img.shields.io/travis/labstack/echo.svg?style=flat-square)](https://travis-ci.org/labstack/echo) [![Coverage Status](http://img.shields.io/coveralls/labstack/echo.svg?style=flat-square)](https://coveralls.io/r/labstack/echo) [![Join the chat at https://gitter.im/labstack/echo](https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg?style=flat-square)](https://gitter.im/labstack/echo)
A fast and unfancy micro web framework for Golang.
A fast and unfancy micro web framework for Go.
## Features
@ -24,7 +24,7 @@ A fast and unfancy micro web framework for Golang.
- Handy functions to send variety of HTTP response:
- HTML
- HTML via templates
- String
- String
- JSON
- JSONP
- XML
@ -41,7 +41,7 @@ A fast and unfancy micro web framework for Golang.
- Customizable HTTP request binding function.
- 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.

View File

@ -1,6 +1,6 @@
# 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:
- HTML
- HTML via templates
- String
- String
- JSON
- JSONP
- XML

View File

@ -1,5 +1,5 @@
site_name: Echo
theme: journal
theme: flatly
theme_dir: echo
copyright: '&copy; 2015 LabStack'
repo_url: https://github.com/labstack/echo
@ -16,4 +16,4 @@ pages:
- JWT Authentication: recipes/jwt-authentication.md
- Graceful Shutdown: recipes/graceful-shutdown.md
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.