iris/hero/di
2019-07-09 12:16:19 +03:00
..
di.go linting, 99% is not fine let's do it 100% 2018-01-04 16:34:04 +02:00
func.go add Context.ResponseWriter.IsHijacked to report whether the underline conn is already hijacked and a lot of cleanup and minor ws stress test example improvements 2019-02-23 07:23:10 +02:00
object.go add support for mvc and hero dynamic dependencies to understand the error type as a second output value as requested at: https://github.com/kataras/iris/issues/1187 2019-02-16 00:42:26 +02:00
reflect.go MVC improvements: add HandleWebsocket that now registers events automatically based on the struct's methods(!) and fix a bug when more than one value of the same type is registered to a static field of a controller 2019-07-09 12:16:19 +03:00
struct.go MVC improvements: add HandleWebsocket that now registers events automatically based on the struct's methods(!) and fix a bug when more than one value of the same type is registered to a static field of a controller 2019-07-09 12:16:19 +03:00
values.go MVC improvements: add HandleWebsocket that now registers events automatically based on the struct's methods(!) and fix a bug when more than one value of the same type is registered to a static field of a controller 2019-07-09 12:16:19 +03:00