KtorHttpResponse
Ktor-based HTTP response implementation.
This class implements the HttpResponse interface by wrapping Ktor's HttpResponse. It provides access to the response status, headers, cookies, and body content in a consistent way across the SDK.
The response maintains a reference to the original request for correlation and logging purposes. All response data is lazily accessed from the underlying Ktor response object.