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.1.tar.gz
(14.8 kB
view details)
Built Distribution
File details
Details for the file pywreck-0.2.1.tar.gz
.
File metadata
- Download URL: pywreck-0.2.1.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7148b6361254f82cba5e01fd980048d51030d768a77a552d5b248932fc11f9ec |
|
MD5 | c84b91e17d54fbd551a91488519ff205 |
|
BLAKE2b-256 | 94c12518fd86c3aea88006f148a94fa94d876b94e0a62721e44cbf09d46ff7fb |
File details
Details for the file pywreck-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: pywreck-0.2.1-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f99cb346b50b0152bb7308660e3df1e570ca8b521b6dd921f2e8d59129a6590 |
|
MD5 | e48023c66d0e42d139b936176358a892 |
|
BLAKE2b-256 | 76366e9396a126e7a8e601391b945f0a334498604181f6f2d9db7fb0412f1c60 |