http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap.domain
/
HarTimings
Har
Timings
data
class
HarTimings
(
val
send
:
Int
=
0
,
val
wait
:
Long
,
val
receive
:
Int
=
0
)
(
source
)
Members
Constructors
Har
Timings
Link copied to clipboard
constructor
(
send
:
Int
=
0
,
wait
:
Long
,
receive
:
Int
=
0
)
Properties
receive
Link copied to clipboard
val
receive
:
Int
send
Link copied to clipboard
val
send
:
Int
wait
Link copied to clipboard
val
wait
:
Long