>>> from django.core.wsgi import get_wsgi_application
>>>
>>> import requests
>>> import wsgiadapter
>>>
>>> s = requests.Session()
>>> s.mount('http://staging/', wsgiadapter.WSGIAdapter(get_wsgi_application()))
>>> s.get('http://staging/index')
<Response [200]>
-
Notifications
You must be signed in to change notification settings - Fork 8
WSGI Transport Adapter for Requests
License
seanbrant/requests-wsgi-adapter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
WSGI Transport Adapter for Requests
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published