Skip to main content

Mugen is library for http asynchronous requests

Project description

Mugen - HTTP for Asynchronous Requests
=================================

Mugen is library for http asynchronous requests.

Only running on python 3.4.0+

ok, code demo::

import asyncio
import mugen

@asyncio.coroutine
def task():
url = 'http://www.google.com'
resp = yield from mugen.get(url)
print(resp.text)

loop = asyncio.get_event_loop()
loop.run_until_complete(task())


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 Proxy Support

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

Uploaded Source

File details

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

File metadata

  • Download URL: mugen-0.2.0.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mugen-0.2.0.tar.gz
Algorithm Hash digest
SHA256 755def58e20280d7946990deedd9d33077351cb44ac85a5f046512b9f15236fc
MD5 81e13a984e8f7f7bb02de55b6dad89a7
BLAKE2b-256 4121d42325ddac6469f1b339d3d6428055e8314a07189303609de762b2fc4934

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