Simple async HTTP/1.1 client
Project description
A small, not so great async Python HTTP client.
API documentation is available here!
This HTTP client does not implement any error / exception handling. If the server the client is talking to deviates from the HTTP spec, this code will behave in unexpected ways. Network errors? Those are unhandled too!
Usage
response = await pywreck.get("www.example.com", "/")
print(response.status, response.headers, response.data)
Why?
Eh, why not? Sometimes you just need a small async HTTP client with no dependencies – no batteries included.
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
pywreck-0.2.0.tar.gz
(14.7 kB
view details)
Built Distribution
File details
Details for the file pywreck-0.2.0.tar.gz
.
File metadata
- Download URL: pywreck-0.2.0.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8056caf9c996ff07c27d32458a6b08b6b8daed0157962bd27e8d5c9cc8c85476 |
|
MD5 | 56ca85dcf090581835bd68181b042a25 |
|
BLAKE2b-256 | de8a74654fa465fd20d16f778797fff9d9e9ef93738d80a0dadc10068b7ad64f |
File details
Details for the file pywreck-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pywreck-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1b6720c81967ddb6c28838b7759177c25a12ff09248ad94c251e4587a3c48d9 |
|
MD5 | 01649e47ccf16e24cd7f7d56a13e0a3c |
|
BLAKE2b-256 | 3f34cc33204b7843bfb2ad3e3d91a557520e57b72472e4716cf6ca31f0f0dd62 |