iris/hero
Gerasimos (Makis) Maropoulos c866709acc add 'Context.Register/RemoveDependency' for registering dependencies for next handler in the chain from a common iris handler in serve-time
And also, add a Configuration.FireEmptyFormError if end-dev wants to receive an iris.ErrEmptyForm error on missing form data on 'Context.ReadForm/ReadBody'


Former-commit-id: a2713bec77375b2908f1f066a46be4f19e6b7a61
2020-05-19 09:28:27 +03:00
..
binding_test.go examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
binding.go add 'Context.Register/RemoveDependency' for registering dependencies for next handler in the chain from a common iris handler in serve-time 2020-05-19 09:28:27 +03:00
container_test.go add test for hero/Container.UseResultHandler 2020-04-19 12:05:22 +03:00
container.go add test for hero/Container.UseResultHandler 2020-04-19 12:05:22 +03:00
dependency_source.go error handlers per party: log those routes too and all test cases paased 2020-05-11 11:11:27 +03:00
dependency_test.go ❤️ awesome and unique features for end-developers are coming... 2020-02-29 14:18:15 +02:00
dependency.go 👔 next version: some linting 2020-03-01 08:34:53 +02:00
func_result_test.go misspell 2020-05-16 01:00:51 +03:00
func_result.go add ctx.Tr support to hero/mvc.Response 2020-05-06 06:36:05 +03:00
handler_test.go add 'Context.Register/RemoveDependency' for registering dependencies for next handler in the chain from a common iris handler in serve-time 2020-05-19 09:28:27 +03:00
handler.go add 'Context.Register/RemoveDependency' for registering dependencies for next handler in the chain from a common iris handler in serve-time 2020-05-19 09:28:27 +03:00
param_test.go ❤️ awesome and unique features for end-developers are coming... 2020-02-29 14:18:15 +02:00
reflect_test.go ❤️ awesome and unique features for end-developers are coming... 2020-02-29 14:18:15 +02:00
reflect.go fix bug: abount dependency injection 2020-03-22 09:04:49 +08:00
struct_test.go replace all common error responses with the new Context.StopWithError 2020-05-18 00:25:38 +03:00
struct.go 🐵 prepare next version: improve the hero and mvc path parameters bindings 2020-03-02 19:48:53 +02:00