forked from labstack/echo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vishal Rana <[email protected]>
- Loading branch information
Showing
9 changed files
with
91 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
h1 = "Echo" | ||
h2 = "High performance, extensible, minimalist web framework for Go" | ||
[[features]] | ||
icon = "rocket" | ||
title = "Optimized Router" | ||
text = "Highly optimized HTTP router which smartly prioritize routes" | ||
[[features]] | ||
icon = "cloud" | ||
title = "RESTful API" | ||
text = "Build robust and scalable RESTful API" | ||
[[features]] | ||
icon = "license" | ||
title = "Automatic TLS" | ||
text = "Automatically install TLS certificates from Let's Encrypt" | ||
[[features]] | ||
icon = "funnel" | ||
title = "Middleware Levels" | ||
text = "Define middleware at root, group or route level" | ||
[[features]] | ||
icon = "sync" | ||
title = "Data Binding" | ||
text = "Data binding for JSON, XML and form payload" | ||
[[features]] | ||
icon = "code" | ||
title = "Templates" | ||
text = "Template rendering with any template engine" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters