Skip to main content

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


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.5.0.tar.gz (13.6 kB view details)

Uploaded Source

File details

Details for the file mugen-0.5.0.tar.gz.

File metadata

  • Download URL: mugen-0.5.0.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.7 CPython/3.8.7 Darwin/19.6.0

File hashes

Hashes for mugen-0.5.0.tar.gz
Algorithm Hash digest
SHA256 199c8ed176a642a87161704094eadd467ea53a0593f25a42c98ff6672206e547
MD5 f7289a21d2ca4f3d91579e44575c7aec
BLAKE2b-256 1dad178dc63ac91b36e3d93b31f3715e8d9aaaee6d3dd9fa776aafaf3303265b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page