ByteBaker commented on issue #5034:
URL: https://github.com/apache/arrow-rs/issues/5034#issuecomment-1893015461

   Hi,
   
   I wanna code this feature. As I understand, the preferred solution is to 
have a new type `struct UserCertificate(reqwest::tls::Certificate)` and a 
method `fn with_certificate(self, cert: UserCertificate) -> Self` on `struct 
ClientOptions`, which eventually gets supplied to the underlying `reqwest` 
client while building.
   
   Also, proper constructors on `UserCertificate`.
   
   Is my understanding correct?


-- 
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]

Reply via email to