1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-09 01:15:54 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-03-16 16:27:31 -07:00
parent 111d65a5b4
commit 9795e59c43
4 changed files with 44 additions and 0 deletions

View File

@ -57,6 +57,7 @@ type (
Del(string)
Set(string, string)
Get(string) string
Keys() []string
}
// URL defines the interface for HTTP request url.