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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

requisitor-0.0.1-py2.py3-none-any.whl (15.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: requisitor-0.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for requisitor-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7c0094d47f19481f5a1f555af06374a1c0fd5cf1988e3d4ee09e30e26448f52d
MD5 2508476fc460e93d44135adb5ee47778
BLAKE2b-256 b1bab76a17b10888742eb0a6c1378ce0bae9c6702bee0bd008c268c9717b8ffa

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