1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-03 00:56:59 +02:00

860 Commits

Author SHA1 Message Date
bc173df6ba updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-15 08:26:38 -08:00
d51e679480 fixed docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-14 23:58:57 -08:00
da91dffc11 update to v2 source code
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
2016-11-14 20:43:45 -08:00
c23123f5b1 updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-13 12:37:37 -08:00
4c78b7122b cors: not checking for origin header
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-12 14:29:11 -08:00
e08070379a updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
v2.2.0
2016-11-08 22:41:35 -08:00
fbce3daade updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-06 12:46:48 -08:00
9032a46703 Fix sample code and comment. (#667) 2016-10-31 14:35:15 -07:00
276394d973 fixed #696
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-27 21:37:25 -07:00
dfd06fa394 fixed #694
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-27 07:34:28 -07:00
72bfbc3492 Use defined const for index.html in Context (#502)
Signed-off-by: Tors Dalid <tors@pocketmath.com>
2016-10-26 14:50:08 -07:00
8686b3c5c7 bug fix static files in routing group (#642)
prefix is already applied to group and does not need to be applied again in the handler function
2016-10-25 17:19:33 -07:00
60b69fbb3b Fix XML double WriteHeader (#677)
* WriteHeader if not committed in test.Response

Call WriteHeader if response isn't committed yet in calls to Write to
behave the same as fasthttp and standard Responses.

* Fix XML double WriteHeader

XMLBlob was writing xml.Header to the reply before writing the header
triggering a WriteHeader(http.StatusOK).
2016-10-25 07:56:41 -07:00
459f5647e6 update docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-22 19:33:31 -07:00
d6f97f0267 updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-22 17:56:51 -07:00
7c118eb4e3 Revert "fixed #675"
This reverts commit 5a04f8add5.
2016-10-22 15:27:04 -07:00
5a04f8add5 fixed #675
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-22 12:33:29 -07:00
8d97858b68 router changes
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-21 20:40:36 -07:00
4d7d141870 Merge branch 'ansel1-master' 2016-10-21 11:30:57 -07:00
2a9271d23f refactor c
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-21 11:30:39 -07:00
76125a53e5 Fix for #681
Premiddleware may embed the echo context in their own custom context.  Therefore, it’s important to pass the context flowing down from the premiddleware chain down through the rest of the chain.
2016-10-21 14:10:29 -04:00
7899588eff updated deps
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 09:17:51 -07:00
0d2b362a8c updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 09:16:47 -07:00
f4b0004d2b website/recipe in the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 09:11:07 -07:00
1dcb7ba9ab fixed #623
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-14 14:46:15 -07:00
a88c4399d4 fixed #675
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-13 13:31:40 -07:00
1924528614 closes #669 (#670)
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-07 19:25:01 -07:00
9c0e9d689f Update README.md 2016-09-26 23:20:17 -07:00
1e4f4a901f Update README.md 2016-09-26 21:27:15 -07:00
d5ee8c5ffd Update README.md 2016-09-26 21:23:25 -07:00
04e6901d05 Update README.md v2.1 2016-09-25 22:13:23 -07:00
54a4d31407 Fixed http2
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 16:21:04 -07:00
04f45046b1 test: fix typo (coockie -> cookie) (#663) 2016-09-21 14:15:38 -07:00
2ed15f491b Added engine.Request#SetHost function
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-21 14:08:18 -07:00
862bee4ebd Fixed #647, fixed #656
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-14 15:37:21 -07:00
322b375a37 Issue 655 (#657)
* Closes #655, closes #649

Signed-off-by: Vishal Rana <vr@labstack.com>

* Added http/1.1 to the list
2016-09-12 06:18:58 -07:00
03efe4d61b Closes #525, closes #566, closes #573 (#653)
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-09 15:30:46 -07:00
00699ed0db Renamed Context#Context => Context#StdContext & Context#SetContext to ContextSetStdContext, 2d772e02ca
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-09 11:47:43 -07:00
2d772e02ca Updated deps, removed Context#Context()
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-08 14:54:07 -07:00
2b0071df02 Update README.md 2016-09-07 17:21:27 -07:00
e980bd9055 Closes #647
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-07 12:18:57 -07:00
65b60a4ed2 Update README.md 2016-09-06 22:09:51 -07:00
ed3971d47a Update README.md 2016-09-06 19:41:05 -07:00
dd9693fc4d Merge branch 'master' of https://github.com/labstack/echo 2016-09-05 10:20:19 -07:00
4850d69c30 Fixed basic-auth middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-05 10:20:10 -07:00
10b0b575b7 fix godoc comment (#645)
fixes typo in the `standard.Request#Header` godoc comment
2016-09-05 08:43:15 -07:00
025c53d4cf Update README.md 2016-09-01 08:55:27 -07:00
245c05330a Redirect middleware docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-08-31 22:15:26 -07:00
3d9d408365 Options for redirect middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-08-31 20:10:14 -07:00
ab7885d303 Update ISSUE_TEMPLATE.md 2016-08-29 13:45:46 -07:00