plusplusjiajia opened a new issue, #2993:
URL: https://github.com/apache/iceberg-rust/issues/2993
### Is your feature request related to a problem or challenge?
[#2838](https://github.com/apache/iceberg-rust/pull/2838) introduced
`HttpRequest` so that `AuthSession` implementations and the catalog layer work
with a stable wrapper instead of `reqwest::Request`. The
response side is still unwrapped: `HttpClient::query_catalog` returns a
`reqwest::Response`, so `reqwest` remains in the crate's public surface and in
every catalog call site.
Adding an `HttpResponse` wrapper (status, headers, body) would finish the
abstraction and let the underlying HTTP client change without a breaking API
change.
### Describe the solution you'd like
_No response_
### Willingness to contribute
I can contribute to this feature independently
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]