Vishal Rana
|
bdb49be734
|
Added PROPFIND method
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2018-03-13 12:45:47 -07:00 |
|
Vishal Rana
|
4f3080c197
|
Bit of more cleanup
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2018-02-21 11:38:22 -08:00 |
|
Evgeniy Kulikov
|
f49d166e6f
|
[FIX] Cleanup code (#1061)
Code cleanup
|
2018-02-21 10:44:17 -08:00 |
|
Vishal Rana
|
ec048ea523
|
Fixed #1052, dropped param alias feature
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2018-01-30 19:02:29 -08:00 |
|
Vishal Rana
|
1b70cbebbe
|
Fixed #954
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-06-14 16:30:53 -07:00 |
|
Vishal Rana
|
a8cd0ad133
|
Closes #942
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-06-02 18:13:26 -07:00 |
|
Vishal Rana
|
3359eae306
|
Add json tags to route struct
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-05-16 16:29:33 -07:00 |
|
Vishal Rana
|
d5bff83dc3
|
Using *context instead of Context in Router#Find()
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-04-10 13:10:31 -07:00 |
|
Ole Bulbuk
|
f0e3f950cf
|
Tested and fixed bug with reused context (path parameters).
|
2017-03-30 12:05:24 +02:00 |
|
Vishal Rana
|
a098bcd3b0
|
Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-02-19 13:02:10 -08:00 |
|
Diego Siqueira
|
a8b6864be3
|
Two little typos on comments (#835)
|
2017-02-02 11:50:17 -08:00 |
|
Vishal Rana
|
c7c4395fbd
|
Fixed #794
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-01-31 13:55:39 -08:00 |
|
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 |
|