Links
Comment on page

Inputs

Here is a list of the built-in dependencies that can be used right away as input parameters:
Type
Maps To
Current MVC Application
Current Iris Context
Current Iris Session
ctx.Request()
ctx.ResponseWriter()
ctx.Request().Header
time.Time
time.Now()
Iris Logger
net.IP
net.ParseIP(ctx.RemoteAddr())
mvc.Code
ctx.GetStatusCode() int
mvc.Err
ctx.GetErr() error
ctx.User()
string,
int, int8, int16, int32, int64,
uint, uint8, uint16, uint32, uint64,
float, float32, float64,
bool,
slice
Struct
Request Body of JSON, XML, YAML, Form, URL Query, Protobuf, MsgPack