Smartlook Network Request
fun SmartlookNetworkRequest( duration: Long, url: URL, method: String, protocol: String?, initiator: String, status: SmartlookNetworkRequest.Status, statusCode: Int, cached: Boolean, requestBody: String?, responseBody: String?, requestHeaders: MutableMap<String, MutableList<String>>? = null, responseHeaders: MutableMap<String, MutableList<String>>? = null)
Content copied to clipboard
fun SmartlookNetworkRequest( start: Long, duration: Long, url: URL, method: String, protocol: String?, initiator: String?, status: SmartlookNetworkRequest.Status, statusCode: Int, cached: Boolean, requestBody: String?, responseBody: String?, requestHeaders: MutableMap<String, MutableList<String>>?, responseHeaders: MutableMap<String, MutableList<String>>?)
Content copied to clipboard