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.0.tar.gz
(14.2 kB
view details)
File details
Details for the file mugen-0.6.0.tar.gz.
File metadata
- Download URL: mugen-0.6.0.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.8.7 Darwin/19.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e51ee681d0d417466f5a2b0ee0244916da89cb5d989a1849c40659eb6ca8909c
|
|
| MD5 |
e6a10f54402dd58418e53f17026a5091
|
|
| BLAKE2b-256 |
ed5d779fc09193e1b82758357646c0fec76ca6606687890e14b9eb872ef9a779
|