Contents

aiohttp-cors 0.8.1

0

CORS support for aiohttp

CORS support for aiohttp

Stars: 217, Watchers: 217, Forks: 58, Open Issues: 31

The aio-libs/aiohttp-cors repo was created 10 years ago and the last code push was 3 weeks ago.
The project is popular with 217 github stars!

How to Install aiohttp-cors

You can install aiohttp-cors using pip

pip install aiohttp-cors

or add it to a project with poetry

poetry add aiohttp-cors

Package Details

Author
Vladimir Rutsky and aio-libs team
License
Apache License, Version 2.0
Homepage
https://github.com/aio-libs/aiohttp-cors
PyPi:
https://pypi.org/project/aiohttp-cors/
GitHub Repo:
https://github.com/aio-libs/aiohttp-cors

Classifiers

  • Internet/WWW/HTTP
  • Software Development/Libraries
No  aiohttp-cors  pypi packages just yet.

Errors

A list of common aiohttp-cors errors.

Code Examples

Here are some aiohttp-cors code examples and snippets.

GitHub Issues

The aiohttp-cors package has 31 open issues on GitHub

  • Bump urllib3 from 2.4.0 to 2.6.3
  • Bump selenium from 4.34.0 to 4.39.0
  • Bump tox from 4.30.3 to 4.33.0
  • Replace deprecated asyncio.iscoroutinefunction with its counterpart from inspect

See more issues on GitHub

Related Packages & Articles

aiohttp 3.13.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

idna_ssl 1.1.0

Patch ssl.match_hostname for Unicode(idna) domains support

aiofile 3.9.0

Asynchronous HTTP client/server framework for asyncio and Python