Mugen - HTTP for Asynchronous Requests
Project description
Mugen - HTTP for Asynchronous Requests
Mugen is library for http asynchronous requests.
Only running on Python ^3.7
ok, code demo:
import asyncio
import mugen
async def task():
url = 'https://www.google.com'
resp = await mugen.get(url)
print(resp.text)
loop = asyncio.get_event_loop()
loop.run_until_complete(task())
See, Documention.
Mugen is a name from Samurai Champloo (サムライチャンプル, 混沌武士)
Feature Support
- Keep-Alive & Connection Pooling
- DNS cache
- Sessions with Cookie Persistence
- Automatic Decompression
- Automatic Content Decoding
- HTTP(S)/SOCKS5 Proxy Support
- Connection Timeouts
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
mugen-0.6.1.tar.gz
(14.2 kB
view details)
File details
Details for the file mugen-0.6.1.tar.gz
.
File metadata
- Download URL: mugen-0.6.1.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.9.9 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0454e32e84be2370509d02d6d22b505fabd112296978f45336eda1c6b75ec13 |
|
MD5 | 0963db2d8c9ceff16f46aa8d09801703 |
|
BLAKE2b-256 | ca2b406f2e6975531a01db4ae5d5b13257142050b6c503d9b1f1bce3f204dad5 |