-
Notifications
You must be signed in to change notification settings - Fork 26
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 Session type which can apply settings to requests created from it #52
Conversation
Review: @adamreichold |
Going to do a pass on the docs to make sure everything is still coherent. |
@adamreichold hey I was looking at the code and it seems like I missed something. Does rustls listen to the danger_accept_invalid_certs flag? |
It does not. It gets all of its configuration via the |
No description provided.