MCPcopy Create free account
hub / github.com/devfeel/dotweb / Close

Method Close

dotweb.go:678–680  ·  view source on GitHub ↗

Close immediately stops the server. It internally calls `http.Server#Close()`.

()

Source from the content-addressed store, hash-verified

676// Close immediately stops the server.
677// It internally calls `http.Server#Close()`.
678func (app *DotWeb) Close() error {
679 return app.HttpServer.stdServer.Close()
680}
681
682// Shutdown stops server gracefully.
683// It internally calls `http.Server#Shutdown()`.

Callers 5

releaseHttpContextFunction · 0.45
SaveFileMethod · 0.45
formatFunction · 0.45
handleBroadcastFunction · 0.45
writeFileFunction · 0.45

Calls

no outgoing calls

Tested by 1

formatFunction · 0.36