MCPcopy
hub / github.com/puma/puma-dev / Serve

Method Serve

dev/http_linux.go:24–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (h *HTTPServer) Serve() error {
25 serv := http.Server{
26 Addr: h.Address,
27 Handler: h,
28 }
29
30 return serv.ListenAndServe()
31}

Callers 2

mainFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected