Simple Python HTTP library utilizing only Python stdlib
Project description
requisitor
Simple HTTP library utilizing only Python stdlib
Examples
>>> r = requisitor.get('http://httpbin.org/basic-auth/user/pass', auth=('user', 'pass'))
>>> r.headers['content-type']
'application/json'
>>> r.text
'{\n "authenticated": true, \n "user": "user"\n}\n'
>>> r.json()
{'authenticated': True, 'user': 'user'}
>>>
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
requisitor-0.0.2.tar.gz
(10.9 kB
view hashes)
Built Distribution
Close
Hashes for requisitor-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67ce3bde7c923e18a525e82568fff1c4667e9ca909921dc10a912d9bc0c9272f |
|
MD5 | 824685ca8367482998d6c0a312ab40dd |
|
BLAKE2b-256 | 58682a8d803fd71d6ccdf265fc5da4b79dfcf9016e41b5a33efb3bbf064eddbb |