Simple asynchronous HTTP client with retry, timeout, and SSL options
Project description
QuickAPI Async
QuickAPI Async is an asynchronous HTTP client for Python that supports GET and POST requests with retry, timeout, and optional SSL verification bypass.
Features
- Asynchronous GET and POST requests using
aiohttp - Configurable timeout for requests
- Automatic retries on failure
- Optional SSL verification bypass (
ignore_ssl=True) for development or self-signed certificates
Installation
pip install quickapi_async
Optional Parameters
-
.timeout(seconds)– set request timeout (default: 5) -
.retry(n)– number of retries if request fails (default: 0) -
.auth(token)– add Bearer token authentication -
.headers(dict)– add custom HTTP headers -
.data(dict)– provide JSON data for POST requests -
.json(ignore_ssl=True/False)– send the request and return a response object with:.status→ HTTP status code (int).data→ parsed JSON response asdict, orNoneif the response is not JSON ⚠️ignore_ssl=Truedisables SSL verification; only use for testing or self-signed certificates
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quickapi_async-1.0.3.tar.gz.
File metadata
- Download URL: quickapi_async-1.0.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ade2e04ac81a52705dbb4430d7df28d9dcfe128a572264a91ac303fe46a13eb8
|
|
| MD5 |
645718037b94b1ed3abb017c55b860f8
|
|
| BLAKE2b-256 |
1f688a7be05998f8eb97b7c64e41f7295c02b6c97d20cbdbe2e716fb0e84cf17
|
File details
Details for the file quickapi_async-1.0.3-py3-none-any.whl.
File metadata
- Download URL: quickapi_async-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5eedb18694eefb703f7ad69e49a96f82ee45f0326eed069ed8a7245153bf1f4
|
|
| MD5 |
95b0eb58239ca30f614eee2802c57079
|
|
| BLAKE2b-256 |
36685d1643efb9e8a941a8639e96618322eae0015646d6069b2121eac2131412
|