HarEntry
data class HarEntry(val startedDateTime: String, val time: Long, val request: HarRequest, val response: HarResponse, val timings: HarTimings)(source)
Constructors
Link copied to clipboard
constructor(startedDateTime: String, time: Long, request: HarRequest, response: HarResponse, timings: HarTimings)