iris/_examples/view
2020-08-05 19:34:55 +03:00
..
context-view-data 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
context-view-engine 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
embedding-templates-into-app add 'iris.Blocks' template engine 2020-08-05 06:46:45 +03:00
herotemplate minor 2020-07-20 13:36:39 +03:00
overview minor 2020-07-20 13:36:39 +03:00
quicktemplate minor 2020-07-20 13:36:39 +03:00
template_ace_0 add 'iris.Ace' template engine: _examples/view/template_ace_0 2020-08-03 05:46:04 +03:00
template_blocks_0 add 'iris.Blocks' template engine 2020-08-05 06:46:45 +03:00
template_blocks_1_embedded add 'iris.Blocks' template engine 2020-08-05 06:46:45 +03:00
template_django_0 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
template_html_0 add context.Protobuf, MsgPack, ReadProtobuf, ReadMsgPack methods 2020-04-08 16:48:22 +03:00
template_html_1 minor 2020-07-20 13:36:39 +03:00
template_html_2 add 'iris.Ace' template engine: _examples/view/template_ace_0 2020-08-03 05:46:04 +03:00
template_html_3 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
template_html_4 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
template_html_5 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
template_jet_0 examples: use ctx.ResponseWriter().Naive().(http.Pusher) instead 2020-07-24 22:36:46 +03:00
template_jet_1_embedded New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server 2020-07-24 13:03:49 +03:00
template_jet_2 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
template_jet_3 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
template_pug_0 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
template_pug_1 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
template_pug_2 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
template_pug_3 New DirOptions.Cache field for in-memory caching and pre-compression for the fastest possible static file server 2020-07-24 13:03:49 +03:00
write-to 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