1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00
Commit Graph

410 Commits

Author SHA1 Message Date
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
1efe837fdd Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-05 15:52:07 -07:00
Vishal Rana
e45f310607 Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-03 21:49:22 -07:00
Vishal Rana
1f7e699120 Fixed broken links in website
Signed-off-by: Vishal Rana <vr@labstack.com>

Fixed broken links in website

Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-02 20:11:06 -07:00
Vishal Rana
db77a731be Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-02 15:39:12 -07:00
Vishal Rana
9f663fd9c4 Updated css
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-02 15:38:05 -07:00
Chase Hutchins
b762277b48 fixing a bug in the template example 2015-10-02 12:04:15 -07:00
Vishal Rana
5a71f202f5 Updated docs, fixed #225.
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-02 11:24:59 -07:00
Vishal Rana
c020919cb4 Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-01 18:24:38 -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
d079d36162 Merge branch 'currantlabs-corrupted_group_fix' 2015-09-21 09:02:02 -07:00
Hasty Granbery
87fd53d230 Fixed #178
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-21 09:01:33 -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
49440e762b Merge pull request #214 from labstack/husobee-ip-addr-in-logs
Removed IP address for logger
2015-09-18 11:09:10 -07:00
Ben Huson
799f01a87b Adding IP Addresses in log entries
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-18 11:07:43 -07:00
Vishal Rana
27cedaf411 Using filepath instead of path
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-18 11:07:34 -07:00
Vishal Rana
1d4ee61baa Using filepath instead of path
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-17 12:12:01 -07:00
Vishal Rana
d09485810d Merge pull request #211 from labstack/issue-210
Fixed #210
2015-09-17 08:20:15 -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
65561a5461 Merge pull request #209 from labstack/issue-207
Fixed #207
2015-09-16 19:42:32 -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
d41a8a3c74 Merge pull request #206 from labstack/issue-184
Fixed #184
2015-09-15 08:34:13 -07:00
Vishal Rana
f251eead67 Fixed #184
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-15 08:29:29 -07:00
Vishal Rana
68e00e964c Merge pull request #202 from labstack/debug-api-changes
Debug api changes
2015-09-13 10:41:37 -07:00
Vishal Rana
1f936265db Updated travis config
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-13 10:37:36 -07:00
Vishal Rana
3bd10bd651 Refactored debug mode api
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-13 10:34:15 -07:00
Vishal Rana
71ae409ea7 Merge pull request #201 from syntaqx/master
Adding Response.Committed Getter
2015-09-13 09:48:28 -07:00
Vishal Rana
f27440fa9c Merge pull request #200 from tylerb/master
Add sync.Pool to gzip middleware
2015-09-13 08:24:50 -07:00
Chase Hutchins
51e07af3f0 adding code coverage 2015-09-13 01:38:22 -07:00
Chase Hutchins
44ff5fe9a1 Merge branch 'master' of github.com:syntaqx/echo 2015-09-13 01:22:29 -07:00
Chase Hutchins
56e44a759e adding response.committed getter 2015-09-13 01:22:19 -07:00
Tyler Bunnell
1d040969ad Merge branch 'master' of https://github.com/labstack/echo 2015-09-11 16:24:26 -06:00
Tyler Bunnell
4f3335aac7 Add sync.Pool to gzip middleware 2015-09-11 16:23:57 -06:00
Vishal Rana
dce83db344 Merge pull request #194 from caarlos0/debug-docs
updated docs about debug mode
2015-09-02 10:29:12 -07:00
Carlos Alexandro Becker
357469beaa updated docs about debug mode
it was changed for some reason, fixed docs.
2015-09-02 09:34:07 -03:00
Vishal Rana
9db442492a Moved auth header outside of the block
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-01 12:09:08 -07:00
Vishal Rana
e0a40f864c Merge pull request #192 from labstack/issue-180
Closes #180
2015-09-01 11:32:12 -07:00
Vishal Rana
8aaf620c2d Closes #180
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-01 11:24:36 -07:00
Vishal Rana
e7b1358de5 Merge pull request #191 from labstack/issue-190
StripTrailingSlash is now an option
2015-09-01 08:08:21 -07:00
Vishal Rana
507c69ec80 StripTrailingSlash is now an option
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-09-01 08:03:01 -07:00
Vishal Rana
9b36defadf Updated .gitignore
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-08-29 11:26:06 -07:00
Vishal Rana
468a3eb9b3 Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-08-28 10:37:14 -07:00
Vishal Rana
dfa3569fde Fixed doc
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-08-27 06:51:33 -07:00
Vishal Rana
e8d2729fdf Merge pull request #188 from hvnsweeting/master
fix grammar, spelling, highlight
2015-08-27 06:28:04 -07:00
Hung Nguyen Viet
7f1a98ba9c fix grammar, spelling, highlight 2015-08-27 15:40:36 +07:00
Vishal Rana
2b52bc4ea0 Merge pull request #186 from labstack/issue-182
Added new functions: Echo.Any & Echo.Match
2015-08-25 20:37:30 -07:00
Vishal Rana
fec348385e Added new functions: Echo.Any & Echo.Match
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-08-25 20:36:15 -07:00