package server import "time" const ( httpReadTimeout = 10 * time.Second httpWriteTimeout = 10 * time.Second maxHeaderBytes = 1 << 20 )