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-24 05:17:03 +00:00
Code
Releases
Activity
Files
999fefd6493eaf00ab2e521cea69faceb4e3661d
kararas_iris
/
core
History
Gerasimos (Makis) Maropoulos
969c2e87d4
add
Cache304
as an alternative to the server-side kataras/iris/cache middleware - it can perform better with less server overheat but it comes with a cost of 304 instead of 200 so custom clients must make that check
...
Former-commit-id: b0ba68c528c870fe060e2825c35689771a1d3680
2018-01-25 16:19:45 +02:00
..
errors
Update sessions/sessiondb/badger to its latest version and SessionController is able to initialize itself if session manager is not provided by the caller-dev.
2017-10-06 01:19:10 +03:00
handlerconv
Update to 8.2.3 | Fix
https://github.com/kataras/iris/issues/714
2017-08-10 21:15:26 +03:00
host
Security fix for TLS-enabled servers, please read
https://github.com/kataras/iris/blob/master/HISTORY.md#tu-16-jenuary-2018--v1002
2018-01-16 12:51:28 +02:00
maintenance
Security fix for TLS-enabled servers, please read
https://github.com/kataras/iris/blob/master/HISTORY.md#tu-16-jenuary-2018--v1002
2018-01-16 12:51:28 +02:00
memstore
performance close to handlers if no bindings but even if bindings except service (new feature is that we can bind functions as well) is x1.1 faster than the previous mvc implementation - make BaseController (so and C) optionally but not break the existing APIs that using iris.C or mvc.C
2017-12-13 06:17:28 +02:00
netutil
NEW:
Application#SubdomainRedirect
. Example:
https://github.com/kataras/iris/blob/master/_examples/subdomains/redirect/main.go
2018-01-20 05:17:31 +02:00
router
add
Cache304
as an alternative to the server-side kataras/iris/cache middleware - it can perform better with less server overheat but it comes with a cost of 304 instead of 200 so custom clients must make that check
2018-01-25 16:19:45 +02:00