Inputs

Here is a list of the built-in dependencies that can be used right away as input parameters:

TypeMaps To

Current MVC Application

Current Iris Context

Current Iris Session

ctx.Request()

ctx.ResponseWriter()

ctx.Request().Header

time.Now()

Iris Logger

net.ParseIP(ctx.RemoteAddr())

ctx.GetStatusCode() int

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

Last updated