This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2026-02-06 02:36:02 +00:00
Code
Releases
Activity
Files
62b0a12f91727a91d6c89c8b1a1cb87de82c6c64
kararas_iris
/
hero
History
Gerasimos (Makis) Maropoulos
450f20902d
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
...
Former-commit-id: e369d1426ac1a6b58314930a18362670317da3c1
2019-07-09 12:16:19 +03:00
..
di
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
AUTHORS
…
di.go
fix issue on binding sessions caused by variadic cookie options, as reported at:
https://github.com/kataras/iris/issues/1197
2019-02-17 16:10:25 +02:00
func_result_test.go
fix
https://github.com/kataras/iris/issues/1273
2019-06-14 11:26:56 +03:00
func_result.go
hero/mvc: func result -> struct, map, slices check if content type is already given by other output value before setting it, look the previous commit for more [2]
2019-06-14 11:33:01 +03:00
handler_test.go
…
handler.go
implement mvc HandleError as requested at
#1244
2019-04-16 18:01:48 +03:00
hero.go
fix
https://github.com/kataras/iris/issues/1205
2019-03-01 14:10:07 +02:00
LICENSE
some cleanup, and remove the test 'testwebocket2' package at all; A lower-level fast websocket impl based on gobwas/ws will be published on a different repo, it is a WIP
2019-02-22 21:24:10 +02:00
param_test.go
…
param.go
…
session.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