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-28 07:17:06 +00:00
Code
Releases
Activity
Files
dd8f06d950aa82942aa01a0f3442286e7fa9c5dd
kararas_iris
/
mvc
History
Gerasimos Maropoulos
4993918a12
remove the complicated fallback handlers, that didn't work and not approve the coblexity addition of the
https://github.com/kataras/iris/pull/919
, RouteExists accepts first argument the Context, add new AllowMethods per party and fix cors by
048e2be034
https://github.com/kataras/iris/issues/922
, rel:
https://github.com/iris-contrib/middleware/issues/36
,
https://github.com/iris-contrib/middleware/issues/34
,
https://github.com/iris-contrib/middleware/issues/32
,
https://github.com/iris-contrib/middleware/issues/30
,
https://github.com/kataras/iris/pull/909
...
Former-commit-id: 5576c44b64014fb00dd79e618b815b5f52b705e4
2018-03-10 14:22:56 +02:00
..
AUTHORS
…
controller_handle_test.go
add
GetRoute
for MVC Controllers. Give the chance to change rsome route's properties like Name (used for reverse routing in templates, optionally).
2017-12-30 22:04:26 +02:00
controller_method_parser.go
…
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
fix examples link in the /mvc and a controller test
2017-12-27 04:20:42 +02:00
controller.go
add
GetRoute
for MVC Controllers. Give the chance to change rsome route's properties like Name (used for reverse routing in templates, optionally).
2017-12-30 22:04:26 +02:00
go19.go
…
LICENSE
…
mvc.go
remove the complicated fallback handlers, that didn't work and not approve the coblexity addition of the
https://github.com/kataras/iris/pull/919
, RouteExists accepts first argument the Context, add new AllowMethods per party and fix cors by
048e2be034
https://github.com/kataras/iris/issues/922
, rel:
https://github.com/iris-contrib/middleware/issues/36
,
https://github.com/iris-contrib/middleware/issues/34
,
https://github.com/iris-contrib/middleware/issues/32
,
https://github.com/iris-contrib/middleware/issues/30
,
https://github.com/kataras/iris/pull/909
2018-03-10 14:22:56 +02:00
param.go
…
reflect.go
…
session_controller.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