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

Exclude fasthttp in appengine

Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
This commit is contained in:
Vishal Rana
2016-02-09 11:43:00 -08:00
parent 4982169106
commit bf97da9a16
8 changed files with 20 additions and 30 deletions

View File

@ -6,8 +6,6 @@ import (
)
type (
Type uint8
HandlerFunc func(Request, Response)
Engine interface {
@ -64,8 +62,3 @@ type (
TLSKeyfile string
}
)
const (
Standard Type = iota
FastHTTP
)