>>> 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]>
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file requests-wsgi-adapter-0.1.7.tar.gz.
File metadata
- Download URL: requests-wsgi-adapter-0.1.7.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea3ffa0a63fbb0f3cd2646b9a7767de979d9f4eec806e3b2fce433555e5920b6
|
|
| MD5 |
bfa30fe075b3d876e6a71b42bfd5eb0f
|
|
| BLAKE2b-256 |
5f072c8cdc530771a221af362802e7ef8fab5757b94abae649cb7141c546df61
|