1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00
Commit Graph

1568 Commits

Author SHA1 Message Date
axdg
35d018c671 Removed JWT middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-07-05 11:32:37 -07:00
Vishal Rana
8f489d47f3 Added new APIs
Context.Query - Read query param
Context.Form - Read form param

Fixed #124

Signed-off-by: Vishal Rana <vr@labstack.com>
2015-07-05 11:08:17 -07:00
Vishal Rana
a3e74772e7 Closes #122, Closes #97
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-07-03 11:51:28 -07:00
Vishal Rana
d70ad0a6c7 Update docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-07-02 23:21:21 -07:00
Vishal Rana
10c44a6f8c Updated recipe for WebSocket
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-07-02 22:57:09 -07:00
axdg
4686f882d6 Updated recipes examples and docs.
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-07-02 13:50:07 -07:00
Vishal Rana
99aa92eb06 Added subdomains recipe closes #121
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-07-01 22:44:09 -07:00
Vishal Rana
992f5ef005 Updated docs and recipes
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-30 22:59:26 -07:00
Vishal Rana
1220ca38f2 Add recipes section in docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-30 11:51:08 -07:00
Merten van Gerven
33eb3fb67b Example usage of echo with github.com/facebookgo/grace/gracehttp and github.com/tylerb/graceful 2015-06-28 14:35:17 +02:00
Merten van Gerven
07c0cf21f0 New API Echo.Server
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-27 21:47:46 -07:00
Vishal Rana
b85f9dd147 Update README.md 2015-06-27 21:47:42 -07:00
Chase Hutchins
50fb7e0050 More coverage for compress middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-26 21:24:14 -07:00
Vishal Rana
011ea1958f Merge pull request #109 from syntaqx/directory-index
e.Static on Windows
2015-06-24 21:35:46 -07:00
Chase Hutchins
3e7a66392e fixing windows issue with static paths 2015-06-24 21:20:46 -07:00
Chase Hutchins
356909c49e Content type sniffing for compress middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-24 15:36:05 -07:00
Vishal Rana
d945de6580 Merge pull request #105 from syntaqx/enhanced-attributes
Enforce `LF` newlines
2015-06-24 10:33:16 -07:00
Chase Hutchins
ed6d49c206 adding editorconfig for happiness 2015-06-23 22:43:07 -07:00
Chase Hutchins
169b1e401f adding line at end of file 2015-06-23 22:39:16 -07:00
Chase Hutchins
948eb47495 adding gitattributes 2015-06-23 22:35:46 -07:00
Vishal Rana
db109cf4ec Added performance graph
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-22 14:41:16 -07:00
Vishal Rana
3ec917f633 Added performance graph
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-22 14:25:39 -07:00
Vishal Rana
e13719cf16 Index out of bound error #103
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-20 18:56:51 -07:00
Vishal Rana
dee0dddd67 Merge branch 'syntaqx-directory-index' 2015-06-19 18:05:34 -07:00
Vishal Rana
b8c3abde04 Using filepath to join path
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-19 18:04:53 -07:00
Vishal Rana
fb0a5072b6 Support for nested folder #100
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-19 17:52:42 -07:00
Chase Hutchins
a31fd9eb09 subdirectory index functionality 2015-06-19 17:39:05 -07:00
Vishal Rana
d04651dc2a Fixed #100
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-19 15:37:26 -07:00
Vishal Rana
9c7053cb7c Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-18 14:40:48 -07:00
Vishal Rana
fc71827572 Merge branch 'master' of https://github.com/labstack/echo 2015-06-14 17:15:52 -07:00
Vishal Rana
0d6e5f934e New url for the website
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-14 17:15:45 -07:00
Vishal Rana
0b7d4705aa Update README.md 2015-06-14 16:48:22 -07:00
Vishal Rana
45a7e7d6f2 Closed #71
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-09 20:06:51 -07:00
Vishal Rana
ae721bd2b2 Bug in gzip, fixed #95, #96.
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-09 15:24:01 -07:00
Vishal Rana
1ac5425ec4 Fixed #95
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-09 09:16:52 -07:00
Vishal Rana
0edb31b3bd Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-07 19:57:49 -07:00
Vishal Rana
302e85a5ae Update README.md 2015-06-05 22:10:20 -07:00
Vishal Rana
9ac0018b47 Update README.md 2015-06-05 21:47:33 -07:00
Vishal Rana
79e9f8c758 Updated benchmark
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-05 21:36:31 -07:00
Vishal Rana
b9bb95695b Merge pull request #91 from labstack/router
Improved router performance
2015-06-05 16:56:53 -07:00
Vishal Rana
33886c8758 Improved router performance
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-05 15:08:32 -07:00
Vishal Rana
80a4b41e16 Fixed build error
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-03 16:19:03 -07:00
Vishal Rana
e7c1d5d9fb Not need of Echo.SetMaxParam
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-03 15:18:27 -07:00
Vishal Rana
1a5e2935ea Update README.md 2015-06-03 12:01:13 -07:00
Vishal Rana
24ac4dc7b8 Updated benchmark, fixed #88
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-03 11:58:11 -07:00
Vishal Rana
4a27e36a73 Updated README
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-03 09:20:32 -07:00
Vishal Rana
a6260b39a0 Added streaming JSON example
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-03 08:29:13 -07:00
Vishal Rana
aab17b9f69 Fixed #77
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-06-01 00:07:53 -07:00
Vishal Rana
b65641350e Fixed #37
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-31 09:42:28 -07:00
Vishal Rana
6d4864ac4f Fixed router tests
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-30 15:40:38 -07:00