iris/_examples/http-listening
kataras 9232b96188 Update iris.AutoTLS example, read description.
Iris devs should declare all the information now, there is no option to "leave something out" anymore, it's for your own good. Version is not changed yet, giving you time to see that changelog and do the necessary changes to your codebase, it will written to HISTORY.md too of course.

Before:
app.Run(iris.AutoTLS(":443"))

Now:
app.Run(iris.AutoTLS(":443", "example.com", "mail@example.com")

Commit Change: f7b655f145 [formerly f5314a8c1f8303d7216481d05129eb8a62766e14]

Happy weekend!


Former-commit-id: bf974dc486d05ff008c9ed13aaf96e716b1e55c6
2017-08-26 01:49:23 +03:00
..
custom-httpserver minor versioning 2017-07-14 06:19:58 +03:00
custom-listener Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
graceful-shutdown Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
iris-configurator-and-host-configurator Update to 8.2.0 | BoltDB session database, fix file sessiondb, faster, simpler and improvement Session Database API 2017-08-07 06:04:35 +03:00
listen-addr Update to 8.1.0 - a new logger implemented as a solution for https://github.com/kataras/iris/issues/680 2017-07-26 15:30:20 +03:00
listen-letsencrypt Update iris.AutoTLS example, read description. 2017-08-26 01:49:23 +03:00
listen-tls Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
listen-unix Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded 2017-07-10 18:32:42 +03:00
notify-on-shutdown Add iris#ConfigureHost as an alternative way to interact with the app's hosts. 2017-07-31 19:11:58 +03:00