1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-24 05:17:03 +00:00
Gerasimos Maropoulos
2016-09-15 18:59:27 +03:00
parent 7ea334812f
commit 741ecbf2fb
5 changed files with 16 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ type (
RequestIP() string
RemoteAddr() string
RequestHeader(k string) string
IsAjax() bool
FormValueString(string) string
FormValues(string) []string
PostValuesAll() map[string][]string