iris/context
2020-09-06 10:38:48 +03:00
..
accept_header.go (#1554) Add support for all common compressions (write and read) 2020-07-10 23:21:09 +03:00
application.go README: update supporters 2020-08-18 19:02:20 +03:00
compress.go fix https://github.com/kataras/iris/issues/1608 with the help of @AlbinoGeek for monitoring and together found the source of the problem 2020-08-28 06:21:26 +03:00
configuration.go implement #1593 - Read HISTORY.md 2020-08-18 08:05:51 +03:00
context.go add accesslog middleware (rel: #1601) 2020-09-06 10:38:48 +03:00
handler.go fix future issues like #1607 2020-08-27 07:23:56 +03:00
i18n.go implement #1593 - Read HISTORY.md 2020-08-18 08:05:51 +03:00
pool.go (#1554) Add support for all common compressions (write and read) 2020-07-10 23:21:09 +03:00
problem.go minor 2020-07-20 13:36:39 +03:00
request_params.go add example for #1601 2020-08-22 03:21:44 +03:00
response_recorder.go fix: ctx.Record and then iris.Compression flow 2020-07-30 20:13:59 +03:00
response_writer.go fix: ctx.Record and then iris.Compression flow 2020-07-30 20:13:59 +03:00
route.go request logger middleware: add graphical information about executed route's handlers 2020-08-19 01:24:36 +03:00
status.go fix #1531 and introduce the 'Configuration.ResetOnFireErrorCode' (read HISTORY.md) 2020-06-08 05:16:55 +03:00
transaction.go (#1554) Add support for all common compressions (write and read) 2020-07-10 23:21:09 +03:00
view.go Ability to register a view engine per group of routes or for the current a chain of handlers 2020-08-05 19:34:55 +03:00