- start_server(+Server) is det[private]
- Start the HTTP server. It performs the following steps:
- Call
broadcast(http(pre_server_start))
- Call
http_server(http_dispatch, Options)
- Call
broadcast(http(post_server_start))
This predicate can be hooked using http_server_hook/1. This predicate is executed after
- Forking
- Setting I/O (e.g., to talk to the syslog daemon)
- Dropping root privileges (--user)
- Setting up signal handling
- Call