Module zotonic_listen_http

Start the HTTP listener.

Copyright © 2017 Marc Worrell

Behaviours: gen_server.

Authors: Marc Worrell (marc@worrell.nl).

Description

Start the HTTP listener.

Function Index

await/0
code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
start_http_listeners/0Start the HTTP/S listeners.
start_link/0
stop_http_listeners/0Stop all HTTP listeners.
terminate/2

Function Details

await/0

await() -> ok

code_change/3

code_change(Version, State, Extra) -> any()

handle_call/3

handle_call(Msg, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(X1, X2) -> any()

init/1

init(X1) -> any()

start_http_listeners/0

start_http_listeners() -> ok

Start the HTTP/S listeners

start_link/0

start_link() -> {ok, pid()}

stop_http_listeners/0

stop_http_listeners() -> ok

Stop all HTTP listeners

terminate/2

terminate(Why, X2) -> any()


Generated by EDoc