>>> 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.2.3.tar.gz.
File metadata
- Download URL: requests-wsgi-adapter-0.2.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a35a5e2b2f09314aaa973d5a4b1ffc32e1ba65e6e0ca083058186a80244a0646
|
|
| MD5 |
89ba1536a705cbab7022f999b22fe4e7
|
|
| BLAKE2b-256 |
7b28e090f39a3a6df0c40d990986150a09d97e8af5e845bfe1e05776884456be
|