1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00
Commit Graph

592 Commits

Author SHA1 Message Date
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
Vishal Rana
8872f132b2 Merge pull request #418 from rlcomte/master
Improved error handling of multipart requests
2016-03-18 08:22:49 -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
Vishal Rana
e159f4d7ef Making Echo#Pre actually work.
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-17 13:24:52 -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
3abe661e72 Fixed nested group middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-16 20:25:58 -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
111d65a5b4 Fixed engine.test
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-16 16:15:40 -07:00
Vishal Rana
bbb94b6e79 Merge pull request #413 from mtojek/fix_fasthttp_response_size_2
Fix missing response size
2016-03-16 14:30:42 -07:00
Vishal Rana
f78c0662c1 Fixed #404
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-16 14:26:34 -07:00
Marcin Tojek
9d8c2107d1 Fix missing response size 2016-03-16 19:59:16 +01: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
2d6aaa8a33 Fixed #405
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-15 08:33:57 -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
00bf0d651f Enhanced recover middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-14 16:14:33 -07:00
Vishal Rana
0465314380 Fixed #400
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-14 12:21:47 -07:00
Vishal Rana
abc669bd07 Fixed #399
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-14 08:18:02 -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
weisdd
cc6b31d0ef Closes #396, echo#WrapMiddleware check error.
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-13 10:18:51 -07:00
Vishal Rana
13563e9aad Fixed fasthttp set header issue
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-13 10:03:39 -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
ac25928fd0 Closes #393
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-12 11:49:45 -08:00
Vishal Rana
861712f469 Moved website from echo to echox
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-12 10:35:05 -08:00
Vishal Rana
5b5df5bf44 Last-Modified header for static content
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-12 10:18:40 -08:00
Vishal Rana
a7697fe480 Fixed #391
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-12 09:30:05 -08:00
Vishal Rana
082814c776 Fixed #387
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-12 05:14:15 -08:00
Vishal Rana
7263e50e10 Fixed #389 2016-03-12 03:54:54 -08:00
Vishal Rana
94d0feea1b Update README.md 2016-03-11 18:26:16 -08:00
Vishal Rana
237070a674 Godoc updated
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-11 08:47:23 -08:00
Vishal Rana
562173f89d Merge pull request #386 from CaptainCodeman/patch-1
Fix file ref
2016-03-11 08:33:51 -08:00
Simon Green
d4c16f2d0d Fix file ref 2016-03-11 09:22:33 -07:00
Vishal Rana
09f3d3061f Closes #314
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-11 07:53:54 -08:00
Vishal Rana
300d57894d Updated README.md
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-10 22:40:21 -08:00
Vishal Rana
91e5f755ad Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-10 22:05:49 -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
38d010090f Merge branch 'v2' of https://github.com/labstack/echo into v2 2016-03-09 23:24:48 -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
640e47fa72 Merge pull request #383 from admpub/v2
fixed bug
2016-03-09 21:20:46 -08:00