>>> 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.3.tar.gz.
File metadata
- Download URL: requests-wsgi-adapter-0.1.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bc5b9049252dc7949ecdcca26f32b8fde4bfa65b86f2cac31cedda00a9873e8
|
|
| MD5 |
4a4bd1242135750f16b73307d06ac8c0
|
|
| BLAKE2b-256 |
2fe1a6375d3bc510ff5f8f9500d1df8e77013e68746f68f21519e7dce006c888
|