Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to specify custom http client #387

Open
MrFoxPro opened this issue Apr 23, 2024 · 1 comment
Open

Add ability to specify custom http client #387

MrFoxPro opened this issue Apr 23, 2024 · 1 comment
Assignees

Comments

@MrFoxPro
Copy link

I want to be able to connect to my s3 instance via unix domain socket, so it would be nice to have feature to configure or specify custom http client to achieve this.

@MrFoxPro MrFoxPro changed the title Add ability to specify custom http clieny Add ability to specify custom http client Apr 23, 2024
@durch
Copy link
Owner

durch commented Jun 17, 2024

@MrFoxPro I was thinking about something like that a while ago, it would to be done in a similar fashion to the way async runtimes are implemented, ie a Trait, and then implementations for specific clients. I might come up with a trait and implementations for different clients, so folks could contribute implementations for different clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants