copyRequestAndPropagateCompletion
private fun copyRequestAndPropagateCompletion(request: HttpRequestBuilder): HttpRequestBuilder(source)
Creates a copy of the given HTTP request builder, preserving its configuration but not the execution context, and guarantees that any completion or failure of the original request is mirrored onto the copy.