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

Extract HTTP logic into a separate module #18

Merged
merged 10 commits into from
May 19, 2014
Merged

Extract HTTP logic into a separate module #18

merged 10 commits into from
May 19, 2014

Conversation

orien
Copy link
Member

@orien orien commented May 19, 2014

Isolate the HTTP concerns in separate module. We can concentrate on the API specifics in the main file.

Also in this PR: Don't set the HTTP attributes ca_path or verify_depth. These can be configured via OpenSSL properties.

Fixes #15.

@johnsyweb
Copy link
Contributor

Nice separation of concerns. 👍

orien added a commit that referenced this pull request May 19, 2014
Extract HTTP logic into a separate module
@orien orien merged commit 7588556 into master May 19, 2014
@orien orien deleted the extract_transport branch May 19, 2014 03:52
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

Successfully merging this pull request may close these issues.

More flexible ca_path
2 participants