View Source erf_http_server behaviour (erf v0.1.2)
erf
's interface to interact with its underlying HTTP server.
Summary
Types
Callbacks
-callback start_link(Name, Conf, ExtraConf) -> Result when Name :: atom(), Conf :: conf(), ExtraConf :: extra_conf(), Result :: supervisor:startlink_ret().
Functions
-spec start_link(Module, ModuleExtraConf, Name, Conf) -> Result when Module :: module(), ModuleExtraConf :: extra_conf(), Name :: atom(), Conf :: conf(), Result :: supervisor:startlink_ret().