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 details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for mugen-0.2.0.1.tar.gz
Algorithm Hash digest
SHA256 96c96b344ff18c9a4a150232be5b96b689e9b9b6ff08ed6956bfa5d29314503b
MD5 aa50113879f4894c7d1b74f09c11314e
BLAKE2b-256 e77b7de0ddaf3b57e32aa5acd17f5546b10b3920526de581a1a9310134f9477a

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