with

fun with(    baseUri: URI? = this.baseUri,     contentType: ContentType? = this.contentType,     accept: List<ContentType> = this.accept,     useCookies: Boolean = this.useCookies,     headers: Headers = this.headers,     insecure: Boolean = this.insecure,     sslSettings: SslSettings? = this.sslSettings,     authorization: Authorization? = this.authorization,     followRedirects: Boolean = this.followRedirects): HttpClientSettings