1
0
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:
Vishal Rana
2016-02-22 21:26:36 -08:00
parent 89551ddfd9
commit fb04f9979e
4 changed files with 15 additions and 3 deletions

View File

@ -18,6 +18,7 @@ type (
Request interface {
TLS() bool
Scheme() string
Host() string
URI() string
URL() URL