Contents

aiohttp_cors 0.7.0

0

CORS support for aiohttp

CORS support for aiohttp

Stars: 201, Watchers: 201, Forks: 57, Open Issues: 39

The aio-libs/aiohttp-cors repo was created 8 years ago and the last code push was 4 months ago.
The project is popular with 201 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 39 open issues on GitHub

  • Bump pytest-aiohttp from 0.3.0 to 1.0.3
  • Regex domains
  • Bump pygments from 2.11.1 to 2.11.2
  • Bump tox from 3.24.4 to 3.24.5

See more issues on GitHub

Related Packages & Articles

aiohttp 3.9.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.8.8

Asynchronous HTTP client/server framework for asyncio and Python