net/http.Server.Shutdown (method)

2 uses

	net/http (current package)
		server.go#L3140: func (s *Server) Shutdown(ctx context.Context) error {

	go.pact.im/x/httpprocess
		httpprocess.go#L56: 			_ = srv.Shutdown(ctx)