mirror of
https://github.com/labstack/echo.git
synced 2025-12-07 23:12:43 +02:00
Added Request#Scheme function
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@@ -18,6 +18,7 @@ type (
|
||||
|
||||
Request interface {
|
||||
TLS() bool
|
||||
Scheme() string
|
||||
Host() string
|
||||
URI() string
|
||||
URL() URL
|
||||
|
||||
Reference in New Issue
Block a user