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-23 21:07:03 +00:00
Code
Releases
Activity
Files
711e48d9ab106e39eeea4dc06383aaa8a4f8fa9c
kararas_iris
/
context
History
Gerasimos (Makis) Maropoulos
711e48d9ab
fix
https://github.com/kataras/iris/issues/897
...
Former-commit-id: 6f94a79d9ce3ac9b2b05d1e2637059996a02df1d
2018-02-03 18:31:01 +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
ok almost finished. We're good at deadlines eventually. Tomorrow at 23:59 an article will be published same time with the dev branch merge to master
2017-12-31 02:32:28 +02:00
context.go
fix
https://github.com/kataras/iris/issues/897
2018-02-03 18:31:01 +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
add context#StatusCodeNotSuccessful for customize even the most customized clients that are not compatible with the standards and fix the
SPA
if static file serve handlers are passed as its
AssetHandler
as reported at the chat.iris-go.com
2018-01-31 02:35:22 +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
add context#StatusCodeNotSuccessful for customize even the most customized clients that are not compatible with the standards and fix the
SPA
if static file serve handlers are passed as its
AssetHandler
as reported at the chat.iris-go.com
2018-01-31 02:35:22 +02:00