iris/core/router
Gerasimos (Makis) Maropoulos 1e5cbf9e24
minor
2022-04-18 10:52:47 +03:00
..
api_builder_benchmark_test.go add two new examples and share the app's specific logger instance with sessions databases and APIBuilder 2020-08-16 07:07:36 +03:00
api_builder.go first release of SSO package and more examples 2022-03-28 14:00:26 +03:00
api_container.go Add Party.Container.SetDependencyMatcher, hero.Container.DependencyMatcher and hero.Dependency.Match to fullfil the feature request asked at: #1842 2022-03-01 21:26:02 +02:00
fs.go dependency injection: func (...<T>) iris.Handler can be generated to a simple iris handler if <T> are static dependencies 2021-06-10 21:16:00 +03:00
handler_execution_rules_test.go (#1554) Add support for all common compressions (write and read) 2020-07-10 23:21:09 +03:00
handler_execution_rules.go fix 2 minor issues 2022-02-26 21:16:08 +02:00
handler.go New JWT features and changes (examples updated). Improvements on the Context User and Private Error features 2020-10-17 06:40:17 +03:00
mime.go add example for https://github.com/kataras/iris/issues/1671 2020-11-13 00:34:17 +02:00
party.go add a new Party.EnsureStaticBindings method - read HISTORY.md 2022-03-12 12:32:27 +02:00
path_test.go #1399[FIX] file server in subdomain with request path "/" 2019-12-03 16:12:15 +07:00
path.go minor 2022-04-18 10:52:47 +03:00
route_register_rule_test.go overlap routing: and mvc: allow setting status code from a dependency or a middleware 2020-08-28 04:11:56 +03:00
route_test.go obey the vote of @1370 (77-111 at this point) - add import suffix on iris repository 2019-10-25 01:27:02 +03:00
route.go add Party.RemoveRoute method as requested in the community chat 2021-04-04 20:24:21 +03:00
router_handlers_order_test.go improve Context.Proceed 2021-06-15 00:36:28 +03:00
router_subdomain_redirect.go minor 2021-09-14 21:50:39 +03:00
router_test.go add internal subdomain redirect handler 2020-08-16 20:16:49 +03:00
router_wildcard_root_test.go (#1554) Add support for all common compressions (write and read) 2020-07-10 23:21:09 +03:00
router_wrapper_test.go asthetics 2020-06-10 23:37:50 +03:00
router_wrapper.go asthetics 2020-06-10 23:37:50 +03:00
router.go new Timeout, TimeoutMessage configuration fields and apps.OnApplicationRegistered listener 2021-12-09 14:44:03 +02:00
status_test.go (#1554) Add support for all common compressions (write and read) 2020-07-10 23:21:09 +03:00
trie.go HTTP error handlers per Party (docs and details in progress) 2020-05-11 00:44:54 +03:00