Simple async HTTP/1.1 client
Project description
A small, not so great async Python HTTP client.
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.1.3.tar.gz
(14.0 kB
view details)
Built Distribution
File details
Details for the file pywreck-0.1.3.tar.gz
.
File metadata
- Download URL: pywreck-0.1.3.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5227dd9743af598505d96353a56ef4f31124baf20d2869cbcaedc8476564d0e8 |
|
MD5 | 362293b194e33798d9d423fe11f9155f |
|
BLAKE2b-256 | a5e26518bb2d7b061734c15e4556674107cc9cb2a86ae9d3003199dde4ac0f65 |
File details
Details for the file pywreck-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pywreck-0.1.3-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4512663fdf996305214bd5757021834326ef079e42c3228dfd46eb267d29a92 |
|
MD5 | 9fa182d3fd10f4249eafb337deaf73d4 |
|
BLAKE2b-256 | 849c822aea37113a3ebe1ddaed8990cadb9c4dcc204534ac4cc9860ff6a879f8 |