iris/core/router
Gerasimos (Makis) Maropoulos 6f9a453160
DBUG API: mark overlapped routes, hide the builtin functionality (read description)
also reference the correct file:line on <autogenerated> (by searching for the file,line of method inside the embedded fields themselves, as go automatically generates the methods foreach struct for their embedded fields)

fix UseGlobal may override the overlap feature
2020-08-28 16:02:14 +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 DBUG API: mark overlapped routes, hide the builtin functionality (read description) 2020-08-28 16:02:14 +03:00
api_container.go (#1554) Add support for all common compressions (write and read) 2020-07-10 23:21:09 +03:00
fs.go fix #1580 2020-08-14 03:19:59 +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 (#1554) Add support for all common compressions (write and read) 2020-07-10 23:21:09 +03:00
handler.go DBUG API: mark overlapped routes, hide the builtin functionality (read description) 2020-08-28 16:02:14 +03:00
mime.go change the JS MIME to text/javascript instead of application/javascript as https://github.com/golang/go/issues/32351 2020-04-27 12:28:30 +03:00
party.go overlap routing: and mvc: allow setting status code from a dependency or a middleware 2020-08-28 04:11:56 +03:00
path_test.go #1399[FIX] file server in subdomain with request path "/" 2019-12-03 16:12:15 +07:00
path.go General Improvements (UseRouter per Party, fix AutoTLS). Read HISTORY.md 2020-08-12 07:20:07 +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 DBUG API: mark overlapped routes, hide the builtin functionality (read description) 2020-08-28 16:02:14 +03:00
router_handlers_order_test.go fix #1603 2020-08-28 02:22:38 +03:00
router_subdomain_redirect.go implement a rewrite middleware 2020-08-19 22:40:17 +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 Add Party.ResetRouterFilters 2020-08-26 06:57:36 +03: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