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' WSGI scopes #84

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

ikalnytskyi
Copy link
Owner

WSGI is a specification that describes how a web server communicates with web applications, and how web applications can be chained together to process one request (PEP 3333). Most synchronous web frameworks for Python (e.g., Flask, Django, Pyramid) sit on top of this specification.

Resolves: #81

WSGI is a specification that describes how a web server communicates
with web applications, and how web applications can be chained together
to process one request (PEP 3333). Most *synchronous* web frameworks for
Python (e.g., Flask, Django, Pyramid) sit on top of this specification.

Resolves: #81
@ikalnytskyi ikalnytskyi merged commit b2dd9b1 into master Dec 1, 2023
14 checks passed
@ikalnytskyi ikalnytskyi deleted the feat/ext-wsgiscopes branch December 1, 2023 22:30
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.wsgiscopes extension
1 participant