HttpInfo

fun HttpInfo(    startMillis: Long,     endMillis: Long,     statusCode: Int,     headers: List<HttpHeader>)