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:
@ -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.
|
||||
|
Reference in New Issue
Block a user