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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user