HarTimings

data class HarTimings(val send: Int = 0, val wait: Long, val receive: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(send: Int = 0, wait: Long, receive: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val send: Int
Link copied to clipboard
val wait: Long