1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-15 01:34:53 +02:00

Fixed recover and gzip middleware

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-03-10 16:35:20 -08:00
parent 76cfd2f666
commit 25e72d623e
9 changed files with 49 additions and 52 deletions

View File

@ -40,8 +40,8 @@ type (
Status() int
Size() int64
Committed() bool
// SetWriter(io.Writer)
// Writer() io.Writer
SetWriter(io.Writer)
Writer() io.Writer
}
// Header defines an interface for HTTP header.