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-17 18:07:01 +00:00
Code
Releases
Activity
Files
657e0133d0e4edc0c7ac874651faffbcb716c20f
kararas_iris
/
mvc
History
Gerasimos (Makis) Maropoulos
657e0133d0
add support for b.HandleMany(GET, /custom3/{ps:string}/{pssecond:string} /custom3/{ps:string}, CtrlMethodName) relative to:
https://github.com/kataras/iris/issues/1292
...
Former-commit-id: de08c5eeab7a1c2729fbff7260de00cc2516f78c
2019-07-11 16:33: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
controller_handle_test.go
add support for b.HandleMany(GET, /custom3/{ps:string}/{pssecond:string} /custom3/{ps:string}, CtrlMethodName) relative to:
https://github.com/kataras/iris/issues/1292
2019-07-11 16:33:20 +03:00
controller_method_parser.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
controller_method_result_test.go
Replace controller's .Register with .Handle and AddDependencies with .Register in order to be aligned with the 'hero' package, all examples and docs are updated, it's crazy how I can't stop even on Christmas
2017-12-27 04:15:41 +02:00
controller_test.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
controller.go
add HandleMany to controller's Before/AfterActivation feature as requested at:
https://github.com/kataras/iris/issues/1292
2019-07-11 15:07:39 +03:00
go19.go
split of the mvc and the new hero package is completed, now handlers with input and output binding feature is a different feature than the mvc, however the mvc controller's methods can use the hero dependency injection as before (v10+)
2017-12-25 20:57:04 +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
mvc.go
add the new neffos StackExchange feature to the type aliases and shortcuts of the websocket subpackage and auto-enable debug mode on websocket MVC application when iris logger's level is set to debug
2019-07-11 12:59:11 +03:00
param.go
add support for b.HandleMany(GET, /custom3/{ps:string}/{pssecond:string} /custom3/{ps:string}, CtrlMethodName) relative to:
https://github.com/kataras/iris/issues/1292
2019-07-11 16:33:20 +03:00
reflect.go
implement mvc HandleError as requested at
#1244
2019-04-16 18:01:48 +03:00