mirror of
https://github.com/labstack/echo.git
synced 2025-07-09 01:15:54 +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