Skip to main content

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


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 details)

Uploaded Source

Built Distribution

requisitor-0.0.2-py2.py3-none-any.whl (13.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file requisitor-0.0.2.tar.gz.

File metadata

  • Download URL: requisitor-0.0.2.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for requisitor-0.0.2.tar.gz
Algorithm Hash digest
SHA256 236dc7173971ebec5c69b138801512901f7576a7169be3cb25406fd8c33984d6
MD5 94339001c3633dac5b7ba4ed15cdcda1
BLAKE2b-256 5eccbf7203cbc188b7fb0f438d966f68b1c94861750bb7fd44e19b8d5abf44ab

See more details on using hashes here.

File details

Details for the file requisitor-0.0.2-py2.py3-none-any.whl.

File metadata

  • Download URL: requisitor-0.0.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for requisitor-0.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 67ce3bde7c923e18a525e82568fff1c4667e9ca909921dc10a912d9bc0c9272f
MD5 824685ca8367482998d6c0a312ab40dd
BLAKE2b-256 58682a8d803fd71d6ccdf265fc5da4b79dfcf9016e41b5a33efb3bbf064eddbb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page