Documentation ¶ Index ¶ func NewServer(adele *adele.Adele) *http.Server func Start(adele *adele.Adele) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewServer ¶ func NewServer(adele *adele.Adele) *http.Server Create a new http server for use with the adele skeleton application. func Start ¶ func Start(adele *adele.Adele) error Creates a new http server, listens on the TCP network address srv.Addr and then calls server to handle requests on incoming connections. Accepted connections are configured to enable TCP keep-alives. Types ¶ This section is empty. Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.