This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
kararas_iris
Watch
1
Star
0
Fork
0
You've already forked kararas_iris
mirror of
https://github.com/kataras/iris.git
synced
2026-02-28 21:45:57 +00:00
Code
Releases
Activity
Files
c7157f1c92a7e793ad82c47637c79a20d3ff3b1c
kararas_iris
/
_examples
/
view
History
Gerasimos (Makis) Maropoulos
8b28ae14f8
minor: godoc
2020-08-30 17:18:04 +03:00
..
context-view-data
…
context-view-engine
…
embedding-templates-into-app
…
herotemplate
…
overview
…
quicktemplate
…
template_ace_0
…
template_blocks_0
…
template_blocks_1_embedded
…
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_handlebars_0
…
template_html_0
…
template_html_1
…
template_html_2
…
template_html_3
…
template_html_4
…
template_html_5
…
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
…
template_jet_3
…
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
…
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
…