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
2025-12-19 19:07:06 +00:00
Code
Releases
Activity
Files
0737c4364c26b51e38c7401331a85b36d5a1cfd4
kararas_iris
/
hero
History
Gerasimos (Makis) Maropoulos
07046ab978
formatting
...
Former-commit-id: 037081db5d6d4434e873ca8b75334ee43e046b6a
2019-08-17 10:06:20 +03:00
..
di
formatting
2019-08-17 10:06:20 +03:00
AUTHORS
create a new package, name it as hero, I was thinking super or superb but hero is better name for what it does - the goal is to split the new 'mvc handlers' from the mvc system because they are not the same, users should know that they can use these type of rich binded handlers without controllers as well, like a normal handler and that I implemented here, the old files exist on the mvc package but will be removed at the next commit, I have to decide if we want type aliases for Result or no
2017-12-25 20:05:32 +02:00
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
formatting
2019-08-17 10:06:20 +03:00
handler_test.go
create a new package, name it as hero, I was thinking super or superb but hero is better name for what it does - the goal is to split the new 'mvc handlers' from the mvc system because they are not the same, users should know that they can use these type of rich binded handlers without controllers as well, like a normal handler and that I implemented here, the old files exist on the mvc package but will be removed at the next commit, I have to decide if we want type aliases for Result or no
2017-12-25 20:05:32 +02:00
handler.go
formatting
2019-08-17 10:06:20 +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
formatting
2019-08-17 10:06:20 +03:00
param.go
Version 11 released. Read
https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100
2018-10-21 19:20:05 +03:00
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