WSGI Transport Adapter for Requests
Project description
>>> 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]>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for requests-wsgi-adapter-0.4.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a7709e90abf49d181f6c32aa37794537f725de0f6dd42362bc8c8c90812c878 |
|
MD5 | d3c5b28e5bcf09cd738fe04726700ab1 |
|
BLAKE2-256 | c6f68bd78fb03f1212965d7e5b566a37a3ac9a8a8ece5754203356ce7820830a |