Skip to main content

Collection of useful middlewares for aiohttp applications.

Project description

CI Workflow pre-commit black Latest Version Python versions BSD License Coverage Documentation

Collection of useful middlewares for aiohttp.web applications.

  • Works on Python 3.6+

  • Works with aiohttp 3.7+

  • BSD licensed

  • Latest documentation on Read The Docs

  • Source, issues, and pull requests on GitHub

Quickstart

By default aiohttp.web does not provide many built-in middlewares for standart web-development needs such as: handling errors, shielding view handlers, or providing CORS headers.

aiohttp-middlewares tries to fix this by providing several middlewares that aims to cover most common web-development needs.

For example, to enable CORS headers for http://localhost:8081 origin and handle errors for aiohttp.web application you need to,

from aiohttp import web
from aiohttp_middlewares import (
    cors_middleware,
    error_middleware,
)


app = web.Application(
    middlewares=(
        cors_middleware(origins=("http://localhost:8081",)),
        error_middleware(),
    )
)

Check documentation for all available middlewares and available initialization options.

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

aiohttp-middlewares-1.2.0.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

aiohttp_middlewares-1.2.0-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file aiohttp-middlewares-1.2.0.tar.gz.

File metadata

  • Download URL: aiohttp-middlewares-1.2.0.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for aiohttp-middlewares-1.2.0.tar.gz
Algorithm Hash digest
SHA256 3ca1371aa7be3081ce6c31eae82c52e85cff9794e175915a1e73f83731e723f2
MD5 da478506abad93f9d42415a32cd88d3c
BLAKE2b-256 afe203ca9097a5bddecf185c0cc11c53399593f6430535aaab8487f77b7df856

See more details on using hashes here.

Provenance

File details

Details for the file aiohttp_middlewares-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: aiohttp_middlewares-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for aiohttp_middlewares-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 96037a5d8767ddd2f62c5e9eb76bd25e8c2f341f316424c52ad6b15d2e8e7f79
MD5 6ca2eaa4e2eb9d06b567894cb6cbeeac
BLAKE2b-256 d7fcd87e23ece972002684de99defcdd2d52290b912621cc8994d8d1d002a324

See more details on using hashes here.

Provenance

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