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

Uploaded Source

File details

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

File metadata

  • Download URL: mugen-0.5.1.tar.gz
  • Upload date:
  • Size: 13.8 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.1.tar.gz
Algorithm Hash digest
SHA256 2d285a44afab0a9369151d0f87e944d8111a5ea4b60bb28a3992910a13a68721
MD5 6eff1f19389b299202298c4e0f419f0d
BLAKE2b-256 840cffd421661132b21d3946d5f3fae2a256ca022549d2e7c04daec3adf71bdd

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