copy

fun copy(    url: String = this.url,     method: String = this.method,     headers: NetworkHeaders = this.headers,     body: NetworkRequestBody? = this.body,     extras: Extras = this.extras): NetworkRequest