iris/core/router
Gerasimos (Makis) Maropoulos 7e6dc3240a nothing tremendous here
Former-commit-id: 9ae6a00400750b9769383ea28bb00f2b202fb79e
2019-06-27 16:28:44 +03:00
..
api_builder_benchmark_test.go internals: core/router/api_builder_benchmark_test.go: replace the strings.Builder(go 1.10+) with the bytes.Buffer, it is a test so we are ok let it build and run for go1.10- as well 2018-08-07 13:05:32 +03:00
api_builder.go create the new FileServer and HandleDir, deprecate the rest APIBuilder/Party static methods and more 2019-06-21 19:43:25 +03:00
deprecated_example_test.go fix travis fail on deprecation example test 2019-06-21 23:17:27 +03:00
deprecated.go fix travis fail on deprecation example test 2019-06-21 23:17:27 +03:00
fs.go nothing tremendous here 2019-06-27 16:28:44 +03:00
handler_execution_rules_test.go Update to version 10.6.5: 1 New Feature And Indonesia Translation | Read HISTORY.md 2018-05-21 07:40:43 +03:00
handler_execution_rules.go Update to version 10.6.5: 1 New Feature And Indonesia Translation | Read HISTORY.md 2018-05-21 07:40:43 +03:00
handler.go nothing tremendous here 2019-06-27 16:28:44 +03:00
mime.go Iris + WebAssemply = = 💓 2018-07-09 09:13:36 +03:00
party.go create the new FileServer and HandleDir, deprecate the rest APIBuilder/Party static methods and more 2019-06-21 19:43:25 +03:00
path_test.go Version 11 released. Read https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100 2018-10-21 19:20:05 +03:00
path.go create the new FileServer and HandleDir, deprecate the rest APIBuilder/Party static methods and more 2019-06-21 19:43:25 +03:00
route_test.go create the new FileServer and HandleDir, deprecate the rest APIBuilder/Party static methods and more 2019-06-21 19:43:25 +03:00
route.go create the new FileServer and HandleDir, deprecate the rest APIBuilder/Party static methods and more 2019-06-21 19:43:25 +03:00
router_handlers_order_test.go Update to version 10.2.0. Read: https://github.com/kataras/iris/blob/master/HISTORY.md#th-08-february-2018--v1020 2018-02-08 14:04:39 +02:00
router_subdomain_redirect_wrapper.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
router_test.go Add fallback handlers 2018-02-21 12:27:01 +03:00
router_wildcard_root_test.go add my new trie data structure implementation written from scratch and specifically designed for HTTP (and Iris) - see https://github.com/kataras/muxie for the net/http version of it 2018-10-15 10:49:09 +03:00
router.go fix https://github.com/kataras/iris/issues/1273 2019-06-14 11:26:56 +03:00
status_test.go Update to 8.0.4 | New: transfer a message to the request logger 2017-07-17 17:42:51 +03:00
status.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
trie.go sync with kataras/muxie 2018-10-21 20:56:25 +03:00