Documentation ¶
Overview ¶
Package webserver is the newest webserver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Auth *authenticator.Authenticator
Auth is the server authentication service.
var Bind string
Bind is the string to bind to, as extracted from the configuration file.
It is available only after Configure is called.
var Conf *wikifier.Page
Conf is the webserver configuration page.
It is available only after Configure is called.
var Mux *http.ServeMux
Mux is the *http.ServeMux.
It is available only after Configure is called.
var Port string
Port is the port to bind to or "unix" for a UNIX socket, as extracted from the configuration file.
It is available only after Configure is called.
var Server *http.Server
Server is the *http.Server.
It is available only after Configure is called.
var SessMgr *scs.SessionManager
SessMgr is the session manager service.
var Wikis map[string]*WikiInfo
Wikis is all wikis served by this webserver.