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:
@ -15,6 +15,7 @@ type (
|
||||
}
|
||||
|
||||
Request interface {
|
||||
Host() string
|
||||
URI() string
|
||||
URL() URL
|
||||
Header() Header
|
||||
|
Reference in New Issue
Block a user