package httpserver import "time" const ( DefaultShutdownTimeout = 10 * time.Second )