1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 12:07:28 +00:00
This commit is contained in:
Makis Maropoulos
2016-06-30 05:58:04 +03:00
parent b2d1e6396d
commit 66a66fdfa0
5 changed files with 114 additions and 61 deletions

View File

@@ -23,6 +23,7 @@ type (
URLParams() map[string]string
MethodString() string
HostString() string
Domain() string
Subdomain() string
PathString() string
RequestPath(bool) string