Vishal Rana
|
986338c805
|
Update README
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-05-04 23:33:05 -07:00 |
|
Vishal Rana
|
d81956058e
|
Update README with secure middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-05-03 11:42:42 -07:00 |
|
Vishal Rana
|
6424d779dc
|
Added test for secure middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-05-03 08:32:28 -07:00 |
|
Vishal Rana
|
f0526349ff
|
Fixed #499
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-05-02 22:41:07 -07:00 |
|
Vishal Rana
|
c31a524d05
|
Merge branch 'middleware-secure-header' of https://github.com/coderhaoxin/echo into coderhaoxin-middleware-secure-header
|
2016-05-02 20:21:26 -07:00 |
|
Vishal Rana
|
cb752141f2
|
Add form binding
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-05-01 12:38:51 -07:00 |
|
Vishal Rana
|
041252cfc8
|
Fixed #496
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-05-01 06:56:52 -07:00 |
|
Vishal Rana
|
b53170ace1
|
Updated readme
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-30 22:29:07 -07:00 |
|
Vishal Rana
|
368f2ab67e
|
Fixed fasthttp Request#SetBody
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-30 21:56:35 -07:00 |
|
Vishal Rana
|
0edb17e978
|
Added body limit middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-30 20:08:06 -07:00 |
|
Vishal Rana
|
a708a6781a
|
Fixed basic auth to return 401 for error cases
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-28 07:09:33 -07:00 |
|
haoxin
|
e2faa6c2be
|
middleware: add basic secure headers
|
2016-04-28 14:12:57 +08:00 |
|
Vishal Rana
|
bca2fd450e
|
Updated readme
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-27 22:03:54 -07:00 |
|
Vishal Rana
|
24a19223b0
|
Added method override middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-27 21:08:30 -07:00 |
|
Vishal Rana
|
7f819e4d71
|
Merge branch 'method' of https://github.com/coderhaoxin/echo into coderhaoxin-method
|
2016-04-27 19:14:24 -07:00 |
|
Vishal Rana
|
fb8690d42b
|
Fixed #488
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-26 02:10:57 -07:00 |
|
Vishal Rana
|
13648d06f3
|
Updated README.md with JWT middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-25 13:41:44 -07:00 |
|
Vishal Rana
|
02676bdb44
|
Added JWT middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-25 10:58:11 -07:00 |
|
Vishal Rana
|
be825e0229
|
Refactored variable names
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-24 10:22:15 -07:00 |
|
haoxin
|
592790bb43
|
middleware: add method override
|
2016-04-24 21:07:55 +08:00 |
|
zjx20
|
496ea19a80
|
Atomically write logs in the Logger middleware
|
2016-04-22 19:05:49 +08:00 |
|
Vishal Rana
|
c830734fd5
|
Fixed static middleware serving index.html
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-21 22:25:51 -07:00 |
|
Vishal Rana
|
1247552c9b
|
Fixed https://github.com/labstack/echox/issues/9
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-20 07:32:51 -07:00 |
|
Vishal Rana
|
1c2d6341ba
|
Fixed #474
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-18 16:59:58 -07:00 |
|
Vishal Rana
|
ce80fc8ea4
|
Fixed middleware test cases
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-16 16:02:22 -07:00 |
|
Vishal Rana
|
11eafe9b90
|
Fixed slash middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-13 13:48:33 -07:00 |
|
Vishal Rana
|
909f6dacf3
|
Update docs
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
|
2016-04-13 13:28:13 -07:00 |
|
Vishal Rana
|
b9aa2181b0
|
Trailing slash middleware with option to redirect
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-12 22:39:29 -07:00 |
|
Victor Gaydov
|
f8117ac7b3
|
Properly disable colors in Logger middleware
Fix bug when colours are enabled if non-os.File writer is used as
output io.Writer.
|
2016-04-11 13:46:59 -07:00 |
|
Vishal Rana
|
130c548826
|
Closes #459, #457.
- Static back as middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-10 20:56:10 -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
|
1a7bc677da
|
API changes from to with
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-07 21:20:50 -07:00 |
|
Vishal Rana
|
a8cf473ee7
|
Updated README.md with CORS middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-07 16:58:56 -07:00 |
|
Vishal Rana
|
a3352d880c
|
Fixed #454, Fixed #274
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-07 16:16:58 -07:00 |
|
Vishal Rana
|
e37b54e73f
|
Removed a print statement
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-06 11:07:56 -07:00 |
|
Vishal Rana
|
8b5772cf65
|
Proper header and MIME constants
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-06 07:29:47 -07:00 |
|
Vishal Rana
|
adad28012c
|
Default bool config as false for middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-05 18:57:57 -07:00 |
|
Vishal Rana
|
2dc1d53da5
|
Fixed #446
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-04-04 22:49:14 -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
|
1113413441
|
Defaults for middleware config
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-31 16:30:19 -07:00 |
|
Vishal Rana
|
1b3197a149
|
Middleware to add and remove trailing slash
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-31 12:38:48 -07:00 |
|
Vishal Rana
|
ba46c48cba
|
Enhanced static middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-31 08:41:02 -07:00 |
|
Vishal Rana
|
28ec39daaa
|
Context#StaticContent signature changed
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-27 21:03:35 -07:00 |
|
Vishal Rana
|
a2d757eddc
|
Closes #434
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-27 16:29:41 -07:00 |
|
Vishal Rana
|
16c6f478b1
|
Updated README.md
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-27 10:25:31 -07:00 |
|
Vishal Rana
|
3a67c062de
|
Updated godoc
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-23 23:05:01 -05:00 |
|
Vishal Rana
|
910315ec5f
|
Updated godoc
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-22 22:56:29 -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
|
b47abdb9ec
|
Fixed #424, #427
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-20 08:14:55 -07:00 |
|
Vishal Rana
|
576dfeb71d
|
Close gzip writer
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-19 16:17:43 -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
|
830b4eff3f
|
Some work on logger middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-18 22:25:11 -07:00 |
|
Vishal Rana
|
4a86175a32
|
Logger format
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-18 20:40:41 -07:00 |
|
Vishal Rana
|
abf389f91a
|
#410, actually timestamp.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-18 20:29:53 -07:00 |
|
Vishal Rana
|
4d30b193ad
|
#410, actually timestamp.
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-18 20:02:02 -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 |
|
Vishal Rana
|
00bf0d651f
|
Enhanced recover middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-14 16:14:33 -07: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
|
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
|
09f3d3061f
|
Closes #314
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-11 07:53: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
|
8ee864ae08
|
Dropped Engine**#Object functions
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-10 12:05:33 -08: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
|
569d72cd76
|
Fixed import cycle
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-03-06 16:43:47 -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 |
|
Vishal Rana
|
12e2c74eda
|
Content type for static middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-25 11:44:41 -08:00 |
|
Vishal Rana
|
4f6fd9725d
|
Fixed default options for static
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-20 12:22:09 -08:00 |
|
Vishal Rana
|
19d51dad4c
|
Static as middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-18 22:50:40 -08:00 |
|
Vishal Rana
|
c0873843ad
|
Option to options
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-18 07:00:51 -08:00 |
|
Vishal Rana
|
88f307bedd
|
Middleware and handler as closure
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-17 21:49:31 -08:00 |
|
Vishal Rana
|
c9a62e20b4
|
Middleware as structs
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-17 21:18:46 -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
|
7b843e66c5
|
Wrappers for handler and middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-08 22:17:20 -08:00 |
|
Vishal Rana
|
3cd1d5be65
|
Fixed sync.Pool
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-08 17:26:00 -08:00 |
|
Vishal Rana
|
65fcca2ce3
|
Middleware interface
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-07 23:02:37 -08:00 |
|
Vishal Rana
|
f27de9a804
|
Fixed logging
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-02-04 19:29:49 -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
|
688293b5ed
|
v2 is compiling now
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-01-28 23:46:11 -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
|
0884290766
|
Added X() method to return context
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-12-04 08:13:26 -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
|
9650c39055
|
Bumped to v1.3
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-12-01 15:06:18 -08:00 |
|
Vishal Rana
|
4f996419e1
|
Fixed #255
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-11-20 19:39:35 -08:00 |
|
Vishal Rana
|
143f563734
|
Moved code around
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-10-21 15:11:01 -07:00 |
|
Mark Bates
|
b02e78b749
|
Fixed bug where IP address wasn't showing up in log files. Also added
some tests for the Logger middleware.
|
2015-10-21 16:39:51 -04: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
|
eef1574969
|
go fmt ./...
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2015-09-15 13:20:59 -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 |
|
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
|
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 |
|