mirror of
https://github.com/moby/moby.git
synced 2025-08-01 05:47:11 +03:00
@ -102,7 +102,7 @@ func (s *Server) serveAPI() error {
|
||||
}
|
||||
|
||||
// HTTPServer contains an instance of http server and the listener.
|
||||
// srv *http.Server, contains configuration to create a http server and a mux router with all api end points.
|
||||
// srv *http.Server, contains configuration to create an http server and a mux router with all api end points.
|
||||
// l net.Listener, is a TCP or Socket listener that dispatches incoming request to the router.
|
||||
type HTTPServer struct {
|
||||
srv *http.Server
|
||||
|
Reference in New Issue
Block a user