|
1 | | -h1 = "Echo" |
2 | | -h2 = "High performance, extensible, minimalist web framework for Go" |
| 1 | +heading = "Echo" |
| 2 | +description = "High performance, extensible, minimalist Go web framework" |
3 | 3 | [[features]] |
4 | 4 | icon = "rocket" |
5 | 5 | title = "Optimized Router" |
6 | | - text = "Highly optimized HTTP router which smartly prioritize routes" |
| 6 | + text = """ |
| 7 | + Highly optimized HTTP router with zero dynamic memory allocation which smartly |
| 8 | + prioritize routes. |
| 9 | + """ |
7 | 10 | [[features]] |
8 | 11 | icon = "cloud" |
9 | | - title = "RESTful API" |
10 | | - text = "Build robust and scalable RESTful API" |
| 12 | + title = "Scalable" |
| 13 | + text = "Build robust and scalable RESTful API, easily organized into groups." |
11 | 14 | [[features]] |
12 | 15 | icon = "license" |
13 | 16 | title = "Automatic TLS" |
14 | | - text = "Automatically install TLS certificates from Let's Encrypt" |
| 17 | + text = "Automatically install TLS certificates from Let's Encrypt." |
15 | 18 | [[features]] |
16 | 19 | icon = "funnel" |
17 | | - title = "Middleware Levels" |
18 | | - text = "Define middleware at root, group or route level" |
| 20 | + title = "Middleware" |
| 21 | + text = """ |
| 22 | + Many built-in middleware to use, or define your own. Middleware can be set at root, |
| 23 | + group or route level. |
| 24 | + """ |
19 | 25 | [[features]] |
20 | | - icon = "sync" |
| 26 | + icon = "database_upload" |
21 | 27 | title = "Data Binding" |
22 | | - text = "Data binding for JSON, XML and form payload" |
| 28 | + text = "Data binding for HTTP request payload, including JSON, XML or form-data." |
| 29 | +[[features]] |
| 30 | + icon = "database_download" |
| 31 | + title = "Data Rendering" |
| 32 | + text = """ |
| 33 | + API to send variety of HTTP response, including JSON, XML, HTML, File, Attachment, |
| 34 | + Inline, Stream or Blob. |
| 35 | + """ |
23 | 36 | [[features]] |
24 | 37 | icon = "code" |
25 | 38 | title = "Templates" |
26 | | - text = "Template rendering with any template engine" |
| 39 | + text = "Template rendering using any template engine." |
| 40 | +[[features]] |
| 41 | + icon = "equalizer" |
| 42 | + title = "Extensible" |
| 43 | + text = "Customized central HTTP error handling. Easily extendable API." |
27 | 44 |
|
0 commit comments