iris/_examples/hero/basic
2020-03-05 22:41:27 +02:00
..
main.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
README.md add Context.ResponseWriter.IsHijacked to report whether the underline conn is already hijacked and a lot of cleanup and minor ws stress test example improvements 2019-02-23 07:23:10 +02:00

hero: basic

1. Path Parameters - Builtin Dependencies

2. Services - Static Dependencies

3. Per-Request - Dynamic Dependencies