Skip to content

Requests client #4406

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

Closed
wants to merge 12 commits into from
Closed

Requests client #4406

wants to merge 12 commits into from

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Aug 15, 2016

  • Fallback when requests is not installed.
  • Cookie & session support
  • Tests for Authentication support
  • Tests for CSRF
  • Documentation
  • allow_external

Closes #4405.

@tomchristie tomchristie added this to the 3.5.0 Release milestone Aug 15, 2016
@@ -21,6 +29,83 @@ def force_authenticate(request, user=None, token=None):
request._force_auth_token = token


class DjangoTestAdapter(BaseAdapter):
"""
A transport adaptor for `requests`, that makes requests via the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like typo:

"adaptor" -> "adapter"

@tomchristie
Copy link
Member Author

Superseeded by #4525.

@tomchristie tomchristie deleted the requests-client branch September 29, 2016 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants