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

Uploaded Source

Supported by

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