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-20 03:17:04 +00:00
Code
Releases
Activity
Files
221978e41aa1aec772497755c9e5f44f0daa38d0
kararas_iris
/
mvc
History
Gerasimos (Makis) Maropoulos
221978e41a
Upgrade to new go errors and some minor fixes and improvements including easier debugging of invalid routes and e.t.c.
...
Former-commit-id: 5809157b952ccc61a67a9861470774b3a6fee024
2019-10-24 18:57:05 +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
fix
https://github.com/kataras/iris/issues/1349
2019-09-07 05:57:35 +03:00
controller_method_parser.go
Fix bug:about the MVC package route binding
2019-09-25 16:11:39 +08: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 test case for
https://github.com/kataras/iris/pull/1364
2019-10-05 22:24:35 +03:00
controller.go
Upgrade to new go errors and some minor fixes and improvements including easier debugging of invalid routes and e.t.c.
2019-10-24 18:57:05 +03:00
go19.go
formatting
2019-08-17 10:06:20 +03: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 status code 103 Early Hints. Add the ability to customize and change the order of controller's fields and their registered valid dependencies relative to:
#1343
2019-08-26 16:43:02 +03:00
param.go
fix
https://github.com/kataras/iris/issues/1349
2019-09-07 05:57:35 +03:00
reflect.go
implement mvc HandleError as requested at
#1244
2019-04-16 18:01:48 +03:00