Vishal Rana
|
51acf465fe
|
- Moved static file serving to a new handler package
- Middleware at route level
- Group middleware is a in closure now
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-15 08:11:29 -08:00 |
|
Vishal Rana
|
7b843e66c5
|
Wrappers for handler and middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-08 22:17:20 -08:00 |
|
Vishal Rana
|
3cd1d5be65
|
Fixed sync.Pool
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-08 17:26:00 -08:00 |
|
Vishal Rana
|
65fcca2ce3
|
Middleware interface
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-07 23:02:37 -08:00 |
|
Vishal Rana
|
f405794a7c
|
Now using sync.Pool
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-04 14:40:08 -08:00 |
|
Vishal Rana
|
688293b5ed
|
v2 is compiling now
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-01-28 23:46:11 -08:00 |
|
Vishal Rana
|
33d8813eb5
|
Revert "Revert "Fixed Request.Out ""
This reverts commit 72050d765b .
|
2015-12-21 15:20:49 -08:00 |
|
Vishal Rana
|
72050d765b
|
Revert "Fixed Request.Out "
This reverts commit cced590a16 .
|
2015-12-21 15:18:53 -08:00 |
|
Vishal Rana
|
cced590a16
|
Fixed Request.Out
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
|
2015-12-21 15:18:03 -08:00 |
|
Vishal Rana
|
72459fe299
|
Step towards v2
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-12-03 17:23:53 -08:00 |
|
Tyler Bunnell
|
4f3335aac7
|
Add sync.Pool to gzip middleware
|
2015-09-11 16:23:57 -06: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 |
|
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
|
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
|
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
|
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
|
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
|
73fa05f826
|
Added panic recover middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-05-17 22:54:29 -07:00 |
|
Vishal Rana
|
d90395cf2b
|
Using int64 instead of uint64 for response size
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-05-15 15:24:47 -07:00 |
|
Vishal Rana
|
1ee3bc23e3
|
Added gzip middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-05-15 12:29:14 -07:00 |
|