mirror of
https://github.com/labstack/echo.git
synced 2025-11-06 08:59:21 +02:00
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
site_name: Echo
|
||||
theme: journal
|
||||
theme: flatly
|
||||
theme_dir: echo
|
||||
copyright: '© 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.
|
||||
|
||||
Reference in New Issue
Block a user