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 support for native-tls #18

Open
jirutka opened this issue Jun 6, 2024 · 1 comment
Open

Add support for native-tls #18

jirutka opened this issue Jun 6, 2024 · 1 comment

Comments

@jirutka
Copy link

jirutka commented Jun 6, 2024

Can you please add support for native-tls as an alternative to bundling rustls?

@santhosh-tekuri
Copy link
Owner

the library itself does not depend on rustle. if you want to have http(s) then you have manually implement UrlLoader as shown in https://github.com/santhosh-tekuri/boon/blob/main/tests/examples.rs#L62

rustles is only used in tests and cli

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

No branches or pull requests

2 participants