1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 03:17:04 +00:00

Add URLParamInt64 as requested by the community on chat

This commit is contained in:
Makis Maropoulos
2016-06-26 08:44:10 +03:00
parent 57ba8e89b5
commit 132021ec43
2 changed files with 8 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ type (
ParamInt(string) (int, error)
URLParam(string) string
URLParamInt(string) (int, error)
URLParamInt64(string) (int64, error)
URLParams() map[string]string
MethodString() string
HostString() string