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

Support requests http library #83

Merged
merged 3 commits into from Feb 17, 2014
Merged

Conversation

evansd
Copy link
Contributor

@evansd evansd commented Feb 17, 2014

No description provided.

This removes the explicit dependency on `httplib2` and now attempts to
import `requests`, falling back to `httplib2` and finally raising an
`ImportError` if neither is available. The `http_connection` argument
accepts either a `requests.Session` object or an `httplib2.Http` object.
tow added a commit that referenced this pull request Feb 17, 2014
@tow tow merged commit 939f450 into tow:master Feb 17, 2014
anmar added a commit to anmar/sunburnt that referenced this pull request Mar 5, 2015
Add extra_options to search
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.

None yet

2 participants