Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'application' and 'request' ASGI scopes #85

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

ikalnytskyi
Copy link
Owner

@ikalnytskyi ikalnytskyi commented Dec 1, 2023

ASGI is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications. Most web frameworks (e.g., FastAPI, Starlette) sit on top of this protocol.

Resolves: #80

@ikalnytskyi ikalnytskyi changed the title Add application/request/websocket scopes for ASGI Add application and request scopes for ASGI applications Dec 4, 2023
ASGI is a spiritual successor to WSGI, intended to provide a standard
interface between async-capable Python web servers, frameworks, and
applications. Most web frameworks (e.g., FastAPI, Starlette) sit on top
of this protocol.

Resolves: #80
@ikalnytskyi ikalnytskyi changed the title Add application and request scopes for ASGI applications Add 'application' and 'request' ASGI scopes Dec 4, 2023
@ikalnytskyi ikalnytskyi merged commit 2fe38e8 into master Dec 4, 2023
14 checks passed
@ikalnytskyi ikalnytskyi deleted the feat/ext-asgiscopes branch December 4, 2023 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add picobox.ext.asgiscopes extension
1 participant