1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-18 16:20:53 +02:00
Commit Graph

739 Commits

Author SHA1 Message Date
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
Vishal Rana
b9eec15c01 More test coverage
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-30 15:20:36 -07:00
Vishal Rana
a9e49e2430 Total coverage for middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-30 10:54:55 -07:00
Vishal Rana
b526a0df5b Better tests for context.go
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-29 17:20:13 -07:00
Vishal Rana
9b6c392829 Better tests for response.go
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-29 16:50:46 -07:00
Vishal Rana
df43772757 Added tests for Group
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-29 16:00:02 -07:00
Vishal Rana
76e9b44190 Exposed DefaultHTTPErrorHandler function
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-28 16:50:49 -07:00
Vishal Rana
7d518ce19d Merge pull request #86 from CaptainCodeman/response-size
Response reset size
2015-05-27 21:57:41 -07:00
Simon Green
87b24d3b7e Response reset size
Set size to 0 when response reset

Prevents logged size accumulating with each request
2015-05-27 21:11:57 -06:00
Vishal Rana
4159cef81e Merge pull request #85 from labstack/static-content
Better implementation for serving static files.
2015-05-27 14:11:17 -07:00
Vishal Rana
ac527ab4da Better implementation for serving static files.
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-27 14:07:52 -07:00
Vishal Rana
e119cbc2ea Separated Group from Echo to limit API
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-22 21:24:35 -07:00
Vishal Rana
e0364caf36 Better handling in middleware for WebSocket
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-22 20:26:52 -07:00
Vishal Rana
95f72a5170 Update README.md 2015-05-22 10:27:51 -07:00
Vishal Rana
bf85c56b08 Encapsulated fields and exposed public functions.
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-22 04:40:01 -07:00
Vishal Rana
df924ffc11 Initiated HTTP2 support
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-21 23:11:27 -07:00
Vishal Rana
6f728d428d Added test from Echo.WebSocket()
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-21 22:48:34 -07:00
Vishal Rana
2f62f3a599 Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-21 15:24:08 -07:00
Vishal Rana
cfd6d8b77f Better HTTP status in basic auth middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-21 14:02:29 -07:00
Vishal Rana
3fcf7a470d Update index.md 2015-05-21 09:11:41 -07:00
Vishal Rana
631b0c8bb8 Update README.md 2015-05-21 09:11:13 -07:00
Vishal Rana
e6b59fd7a3 Update README.md 2015-05-21 09:10:34 -07:00
Vishal Rana
6878bac597 Updated docs, fixed #78.
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-21 08:55:22 -07:00
Vishal Rana
1e117621e9 Merge pull request #76 from labstack/websocket
New definition for Echo.HandlerFunc
2015-05-20 16:39:46 -07:00
Vishal Rana
1ad37ae896 Fixed crud example
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-20 16:09:07 -07:00
Vishal Rana
a4375c4991 Fixed examples with new HandlerFunc changes
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-20 15:59:36 -07:00
Vishal Rana
13ac746093 Refactored Echo.HandlerFunc, added WebSocket support.
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-20 14:38:51 -07:00
Vishal Rana
a45181261b Merge pull request #73 from labstack/websocket
Refactored echo configuration functions
2015-05-19 19:02:35 -07:00
Vishal Rana
60a377a7f3 Fixed debug call
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-19 18:59:05 -07:00
Vishal Rana
ac4d019a9a Refactored echo configuration functions
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-05-19 18:54:31 -07:00