yoavst
private fun Request.bugFix(url: String): Request { this.path = url this.url = URL(url) return this }