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

Minor fixes to fasthttp

Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
This commit is contained in:
Vishal Rana
2016-02-09 08:12:37 -08:00
parent 7b843e66c5
commit 4982169106
5 changed files with 39 additions and 28 deletions

View File

@ -15,6 +15,7 @@ type (
}
Request interface {
Host() string
URI() string
URL() URL
Header() Header