copy

fun copy(    code: Int = this.code,     requestMillis: Long = this.requestMillis,     responseMillis: Long = this.responseMillis,     headers: NetworkHeaders = this.headers,     body: NetworkResponseBody? = this.body,     delegate: Any? = this.delegate): NetworkResponse