Easy to use urllib3 simplifier.
Project description
simpleurllib3
Easy to use urllib3 simplifier. Usage:
>>> client = simpleurllib3.Client()
>>> resp = client.get('http://httpbin.org/ip')
>>> resp.status
200
>>> resp.data
"{'origin': '127.0.0.1'}"
class
Client()
PoolManager client.
class
SSLClient()
Secure SSL PoolManager client.
Any Client || Request
client.[method](url, args)
Returns urllib3.response.HTTPResponse
,
refer to urllib3 docs for more info.
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
simpleurllib3-0.1.5.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file simpleurllib3-0.1.5.tar.gz
.
File metadata
- Download URL: simpleurllib3-0.1.5.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f91b5a24811f2871a1e294d05700a63ad70748826609604f193f403c71ad52c |
|
MD5 | 99aceb25f45968735e129b515d4152b2 |
|
BLAKE2b-256 | c046635ce6c2da44d388fc3032da6f3c763ea4f098e3a71038cdbdbf036ea5dd |
File details
Details for the file simpleurllib3-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: simpleurllib3-0.1.5-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0882674f38e8ad9396ad4582ad6f95a0a732a7a562118a1cee6404a77dbc2239 |
|
MD5 | 787ae30436db5ea9b492655ae6c1be32 |
|
BLAKE2b-256 | 8c61f4ff1b9327cafb87e7440e1e7201c8b01b6acf0bc10571708766f616719d |