pub const SERVICE_UNAVAILABLE: &[u8] = b"HTTP/1.1 503 Service Unavailable\r Connection: close\r Content-Length: 0\r Retry-After: 60\r \r\n";
A pre-rendered http response to send when the server is at capacity.