Copyright © Geoff Cant
Version: 0.3, Apr 17 2026 10:57:00
Behaviours: application.
Authors: Geoff Cant (nem@erlang.geek.nz).
| config/1 | Retrieve the configuration value for key Item from the tbld OTP application environment. |
| need_ssl/1 | |
| start/2 | |
| start_ssl/0 | |
| stop/1 |
config(Item::atom()) -> term()
Retrieve the configuration value for key Item from the tbld OTP application environment.
need_ssl(X1) -> any()
start(Type, StartArgs) -> any()
start_ssl() -> any()
stop(State) -> any()
Generated by EDoc