Vishal Rana
|
fd9508ca39
|
param alias, context#param
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-11-17 18:42:00 -08:00 |
|
Vishal Rana
|
f9e97332f3
|
fixed #729
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-11-15 20:12:13 -08:00 |
|
Vishal Rana
|
c5a3575d4c
|
updated migration guide
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-11-14 22:54:09 -08:00 |
|
Vishal Rana
|
36251e88e2
|
router changes
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-10-21 20:36:49 -07:00 |
|
Vishal Rana
|
2bdbf6918e
|
fixed #623
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-10-14 14:52:40 -07:00 |
|
Vishal Rana
|
2eb87f8036
|
param wildcard capture fixed to *
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-10-10 18:36:48 -07:00 |
|
Vishal Rana
|
18b9e23ace
|
Closes #364
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-08-18 11:27:37 -07:00 |
|
Vishal Rana
|
451b2ccc9f
|
Exposed error handlers
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-07-05 08:43:46 -07:00 |
|
Vishal Rana
|
c24f06e7cb
|
Fixed #520
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-05-22 08:45:36 -07:00 |
|
Vishal Rana
|
682a5580b7
|
Deprecated Echo#GetContext() => Echo#AcquireContext(), Echo#PutContext() => Echo#ReleaseContext()
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-05-03 17:23:31 -07:00 |
|
Vishal Rana
|
1e04986e53
|
Var args for Context#SetParamNames and Context#SetParamValues.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-17 09:41:20 -07:00 |
|
Vishal Rana
|
467cf05b41
|
Changes based on comments for #430
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-16 15:56:09 -07:00 |
|
Vishal Rana
|
94a16d25a3
|
Fixed #461
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-11 23:21:32 -07:00 |
|
Vishal Rana
|
33700bfcc2
|
Fixed #457
- Dropped static middleware in favor of Echo#Static & Echo#StaticConfig.
- Enhanced middleware chaining.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-09 14:00:23 -07:00 |
|
Vishal Rana
|
b5d6c05101
|
Fixed #441, #294
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-02 14:24:51 -07:00 |
|
Vishal Rana
|
a7d1a8e0d1
|
Refactored some code
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-30 14:47:04 -07:00 |
|
Vishal Rana
|
c4caeb8ffb
|
more godoc
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-19 15:47:20 -07:00 |
|
Vishal Rana
|
f78c0662c1
|
Fixed #404
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-16 14:26:34 -07:00 |
|
Vishal Rana
|
34e964851f
|
Closes #283
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-08 19:40:25 -08:00 |
|
Vishal Rana
|
296498c942
|
Fixed nested groups, reset Context#handler
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-08 19:31:11 -08:00 |
|
Vishal Rana
|
4f08fed018
|
Fixed #378
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-06 23:24:51 -08:00 |
|
Vishal Rana
|
d5ba76ed81
|
Router fix, #217, #371, #372.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-03 22:06:47 -08:00 |
|
Vishal Rana
|
caf3bd31eb
|
- Handler and middleware signature changed
- Pre chain middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-15 19:32:16 -08:00 |
|
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
|
0731959a98
|
Object method to get real object
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-08 16:48:03 -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
|
dbd1e8e230
|
Separated recipes from the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-01-09 11:00:13 -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 |
|
Vishal Rana
|
2ad06ce67e
|
Fixed #265
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-11-22 09:26:11 -08:00 |
|
Vishal Rana
|
c578a662a0
|
Closes #261
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-11-19 07:40:24 -08:00 |
|
Vishal Rana
|
f09efac326
|
Revert #257
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-11-16 07:57:40 -08:00 |
|
Vishal Rana
|
1f8ecfd610
|
Closes #257
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-11-15 11:50:35 -08:00 |
|
Vishal Rana
|
56954bc0b6
|
Closes #235, Closes #203
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-11-12 20:23:14 -08:00 |
|
Vishal Rana
|
cddd4a6676
|
Support for 405 - method not allowed, closes #205
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-11-03 16:31:29 -08:00 |
|
Christopher Swenson
|
26620f505e
|
OPTIONS should route to the options handler
OPTIONS routing broke in 5b019c507e
|
2015-10-23 17:02:28 -07:00 |
|
Vishal Rana
|
51f118b0ee
|
Refactored variable type to kind
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-10-07 15:10:40 -07:00 |
|
Vishal Rana
|
0f82a6439b
|
Removed 405 handling for now
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-10-06 13:56:01 -07:00 |
|
Vishal Rana
|
f839210454
|
Getting echo reference from the node
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-10-06 11:04:36 -07:00 |
|
Vishal Rana
|
5b019c507e
|
Handling 405 & pre-flight requests
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-10-06 06:48:33 -07:00 |
|
Vishal Rana
|
c0571e37c3
|
Moving some logic around
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-09-24 15:15:52 -07:00 |
|
Vishal Rana
|
51a1ef432c
|
Fixed #222
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-09-24 14:14:01 -07:00 |
|
Vishal Rana
|
926cc42506
|
Fixed #219
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-09-21 06:50:32 -07:00 |
|
Vishal Rana
|
2274d47f89
|
Fixed #218
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-09-20 21:38:16 -07:00 |
|
Vishal Rana
|
c9a581815a
|
Fixed #210
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-09-17 08:18:58 -07:00 |
|
Vishal Rana
|
853e650ee2
|
Fixed #207
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-09-16 19:37:37 -07:00 |
|
Vishal Rana
|
eef1574969
|
go fmt ./...
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-09-15 13:20:59 -07:00 |
|
Vishal Rana
|
f251eead67
|
Fixed #184
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-09-15 08:29:29 -07:00 |
|