Vishal Rana
|
1a7bc677da
|
API changes from to with
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-07 21:20:50 -07:00 |
|
Vishal Rana
|
bcbd9a0f42
|
Updated README.md
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-04 20:10:19 -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
|
be5148ae27
|
Gzip fix #437
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-01 15:44:09 -07:00 |
|
Vishal Rana
|
26dc90edfd
|
Temp fix
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-01 13:39:25 -07:00 |
|
Vishal Rana
|
cfb60bebd3
|
Fixed #437
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-01 08:51:18 -07:00 |
|
Vishal Rana
|
f53eae10b3
|
Fixed #435
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-28 06:57:31 -07:00 |
|
Vishal Rana
|
d3e33ec4dd
|
Closes #433
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-27 15:21:56 -07:00 |
|
Vishal Rana
|
840e19dec1
|
Fixed logger assignment in engine > standard > request.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-23 11:15:24 -05:00 |
|
Vishal Rana
|
7741bd0125
|
Fixed #428
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-23 11:10:22 -05:00 |
|
Vishal Rana
|
a66162a3d2
|
Logging middleware fixes
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-21 17:27:14 -07:00 |
|
Vishal Rana
|
703174e58f
|
Context#Form() > Context#FormValue(), Context#Query() > Context#QueryParam()
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-21 13:10:20 -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
|
d01e856db6
|
Closes #423
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-19 08:38:35 -07:00 |
|
Vishal Rana
|
40728e26e6
|
Fixed #419, Fixed #420.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-18 12:13:37 -07:00 |
|
Vishal Rana
|
7cf31b3b68
|
dummy
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-18 08:47:03 -07:00 |
|
Vishal Rana
|
bf239af966
|
Merge branch 'fix_missing_net_listener' of https://github.com/mtojek/echo into mtojek-fix_missing_net_listener
|
2016-03-18 08:36:08 -07:00 |
|
rlcomte
|
cc86fa2232
|
Improved error handling of multipart requests
standard/request: return the error of the http request multipart parsing
call
test/request: similar functionality as the standard/request
|
2016-03-18 09:42:10 +01:00 |
|
Vishal Rana
|
3946a1839c
|
New API Echo#GetContext & Echo#PutContext.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-17 21:49:06 -07:00 |
|
Marcin Tojek
|
5ed4d06b3a
|
net.Listener moved into config
|
2016-03-17 18:21:16 +01:00 |
|
Marcin Tojek
|
c674ebf505
|
Support custom net.Listener #414
|
2016-03-17 15:21:05 +01:00 |
|
Vishal Rana
|
6f0a7372fb
|
Godoc for engine package
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-16 21:30:24 -07:00 |
|
Vishal Rana
|
9795e59c43
|
Closes #411
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-16 16:31:24 -07:00 |
|
Vishal Rana
|
e16b929900
|
Middleware fix #407
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-16 08:24:25 -07:00 |
|
Vishal Rana
|
93963365bf
|
Merge pull request #409 from tossp/tossp-patch-1
reset u.query
|
2016-03-15 22:40:53 -07:00 |
|
Vishal Rana
|
474c68d5c8
|
#407, as per @mtojek suggestion.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-15 16:13:32 -07:00 |
|
Vishal Rana
|
030a9a4ad1
|
#407, just fixed fasthttp response writer
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-15 15:55:46 -07:00 |
|
TossPig
|
82bcf4c2b8
|
reset u.query
|
2016-03-16 03:12:00 +08:00 |
|
Vishal Rana
|
dfaaff949b
|
Fixed #406
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-15 08:50:43 -07:00 |
|
Vishal Rana
|
e4ab053bc8
|
More godoc
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-14 23:33:16 -07:00 |
|
Vishal Rana
|
fd8744406f
|
Fixed #402
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-14 22:45:29 -07:00 |
|
Vishal Rana
|
b10c93cd17
|
Fixed #401 & Godoc
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-14 20:03:20 -07:00 |
|
Vishal Rana
|
b9ac79d9d4
|
Engine > Standard > Request > ParseMultipartForm
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-13 14:19:22 -07:00 |
|
Vishal Rana
|
7942e4a77b
|
Engine#Multipart,#FormFile. Closes #394.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-12 18:32:36 -08:00 |
|
Vishal Rana
|
7263e50e10
|
Fixed #389
|
2016-03-12 03:54:54 -08:00 |
|
Vishal Rana
|
25e72d623e
|
Fixed recover and gzip middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-10 16:35:20 -08:00 |
|
Vishal Rana
|
76cfd2f666
|
Fixed standard#WrapMiddleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-10 13:29:23 -08:00 |
|
Vishal Rana
|
8ee864ae08
|
Dropped Engine**#Object functions
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-10 12:05:33 -08:00 |
|
Vishal Rana
|
fbf37ec2f4
|
Changed standard#WrapMiddleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-09 23:24:45 -08:00 |
|
Vishal Rana
|
f730def2c6
|
Renamed engine constructor
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-08 20:30:35 -08:00 |
|
Vishal Rana
|
86ddfedb45
|
Fixed null pointer on standard engine
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-08 15:17:40 -08:00 |
|
Vishal Rana
|
79f7be2e21
|
Refactoring
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-08 11:18:24 -08:00 |
|
Vishal Rana
|
6ed0b57228
|
Engine standard > http.Server as private field
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-08 08:44:13 -08:00 |
|
Vishal Rana
|
f4a5abc8b2
|
Removed Context#Socket
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-08 08:14:25 -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
|
b855b5d507
|
Middleware wrapper #294
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-06 22:05:53 -08:00 |
|
Vishal Rana
|
6a74849290
|
Handler wrapper in their respective packages #294
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-06 20:53:23 -08:00 |
|
Vishal Rana
|
569d72cd76
|
Fixed import cycle
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-06 16:43:47 -08:00 |
|
Vishal Rana
|
af4c525be1
|
Wrapper for handler in engine
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-06 11:38:52 -08:00 |
|
Vishal Rana
|
e1d789ecbb
|
Logger as not an interface
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-06 09:52:32 -08:00 |
|