func (*Context) QueryMap
, func (*Context) GetQueryMap
, func (*Context) PostFormMap
and func (*Context) GetPostFormMap
to support type map[string]string
as query string or form parameters, see #1383func (*Context) AsciiJSON
, see #1358Pusher()
in type ResponseWriter
for supporting http2 push, see #1273func (*Context) DataFromReader
for serving dynamic data, see #1304func (*Context) ShouldBindBodyWith
allowing to call binding multiple times, see #1341func (*Context) JSONP
, see #1333type StructValidator
, see #1277func (*Context) ShouldBind
, func (*Context) ShouldBindQuery
and func (*Context) ShouldBindJSON
, see #1047time.Time
location in form binding, see #1117func (*Context) BindQuery
, see #1029func (*Context) SecureJSON
, see #987 and #993func (*Context) GetCookie
for func (*Context) Cookie
func DisableConsoleColor
called, see #1072""
when calling func Mode
now returns const DebugMode
, see #1250Flush()
now doesn’t overwrite responseWriter
status code, see #1460