iris/context
2017-12-25 20:05:32 +02:00
..
application.go Give read access to the current route, a feature that many of you asked for 2017-08-23 16:46:55 +03:00
configuration.go move sessions and websocket examples, gofmt, fix misspells and experimental optimizations 🍐 2017-07-22 22:57:20 +03:00
context.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
gzip_response_writer.go more checks about creating new instance of controller on each request - this time if all bindings are static then set them to the initial-devpassed controller and if the total number of lengths are equal with these static dependencies then we ignore the injector and use the initial controller on each request - maximize the performance when simple controller is used - need more cleanup before new release but I hope until Christmas iris developers will be amazed 2017-12-18 00:16:10 +02:00
handler.go Add a better example for the recaptcha middleware as requested at: https://github.com/kataras/iris/issues/799 2017-11-04 02:59:21 +02:00
pool.go Update to version 8.5.8 | Read HISTORY.md 2017-11-09 12:03:14 +02:00
response_recorder.go more checks about creating new instance of controller on each request - this time if all bindings are static then set them to the initial-devpassed controller and if the total number of lengths are equal with these static dependencies then we ignore the injector and use the initial controller on each request - maximize the performance when simple controller is used - need more cleanup before new release but I hope until Christmas iris developers will be amazed 2017-12-18 00:16:10 +02:00
response_writer.go more checks about creating new instance of controller on each request - this time if all bindings are static then set them to the initial-devpassed controller and if the total number of lengths are equal with these static dependencies then we ignore the injector and use the initial controller on each request - maximize the performance when simple controller is used - need more cleanup before new release but I hope until Christmas iris developers will be amazed 2017-12-18 00:16:10 +02:00
route.go Add a TODO on the latest HISTORY.md entry 2017-08-24 15:40:06 +03:00
transaction.go Update to version 8.5.0 | NEW: MVC Output Result | Read HISTORY.md 2017-10-09 15:26:46 +03:00