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
2026-02-28 05:26:00 +00:00
Code
Releases
Activity
Files
969c2e87d4c62fdb99d5586c47441e990f51f1fb
kararas_iris
/
core
/
router
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
..
macro
…
node
…
api_builder.go
add vscode extension link and badge | Some internal improvements (not completed yet)
2018-01-25 03:16:49 +02:00
fs.go
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
handler.go
…
macro.go
…
mime.go
Update to version 8.5.5 | Read HISTORY.md
2017-11-02 05:54:33 +02:00
party.go
add vscode extension link and badge | Some internal improvements (not completed yet)
2018-01-25 03:16:49 +02:00
path_test.go
…
path.go
support multi-level subdomains redirect, see previous commit for the SubdomainRedirect fast solution
2018-01-20 14:54:04 +02:00
route.go
…
router_handlers_order_test.go
…
router_spa_wrapper.go
…
router_subdomain_redirect_wrapper.go
…
router_wildcard_root_test.go
…
router.go
NEW:
Application#SubdomainRedirect
. Example:
https://github.com/kataras/iris/blob/master/_examples/subdomains/redirect/main.go
2018-01-20 05:17:31 +02:00
status_test.go
…
status.go
…