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-21 11:57:02 +00:00
Code
Releases
Activity
Files
2bc74a58326e6469f8aae67bf289f9146289adb3
kararas_iris
/
context
History
Gerasimos (Makis) Maropoulos
64da28af8b
one for today, one for tomorrow and ready :)
...
Former-commit-id: 2e0a335c84c1d9c57a61b7f3203e54f7cccd7dcc
2017-12-30 20:40:52 +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
breaking change: remove static field
context.DefaultMaxMemory
and replace it with a better configurable option inside the main configuration, this makes things clear and it allows users to prevent any unwanted client behavior without digging into the framework's internals
2017-12-27 20:42:46 +02:00
context.go
one for today, one for tomorrow and ready :)
2017-12-30 20:40:52 +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