Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
http.Handler
Address string
DocumentRoot string
InheritEnv []string
DirectoryListing bool
DirectoryIndex []string
DefaultHandler string
AliasMap map[string]string
HandlerMap map[string]string
}
Server data structure
func (*Server) ListenAndServe ¶
ListenAndServe listens on the network address and runs the HTTP server
Click to show internal directories.
Click to hide internal directories.