Xuanwo commented on issue #4286:
URL: https://github.com/apache/opendal/issues/4286#issuecomment-2047970143

   I think about this again and plan to introduce a `HttpClient` trait:
   
   ```rust
   trait HttpClient {
     async fn send(&self, req: Request<Buffer>) -> Response<Buffer>;
   }
   ```
   
   You can do whatever you want to the client itself (you can even use the same 
client from aws sdk!).
   
   What do you think?


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