# Functions
GetConn get http connection for request.
NewUnixListener create a new unix socket listener.
SaveConnInContext save connection in the context function for http.Server.ConnContext.
# Constants
ConfigFileName name of the config file for a server.
ListenAddress server listen address.
# Variables
ConnContextKey context key name for saving the connection in the request context.