HttpRequestDiagnosticsData

class HttpRequestDiagnosticsData(val method: String, val host: String, val path: String) : StopWatchDiagnosticsData

Constructors

Link copied to clipboard
constructor(method: String, host: String, path: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun reset()
Link copied to clipboard
fun start(startTime: Long = System.currentTimeMillis())
Link copied to clipboard
fun stop(endTime: Long = System.currentTimeMillis())