Described at

PEP 333 – Python Web Server Gateway Interface v1.0 | peps.python.org
This document specifies a proposed standard interface between web servers and Python web applications or frameworks, to promote web application portability across a variety of web servers.
python.org →Link to a page describing this subject · 40,000 chars · not written by Vinony
Wikidata facts
- Instance of
- application programming interface
- Has use
- web application
Show 3 more facts
- programmed in
- Python
- Stack Exchange tag
- stackoverflow.com/tags/wsgi
- described at URL
- wsgi.readthedocs.io/en/latest
Sources (1)
via Wikidata · CC0
Article · Italiano
Il Web Server Gateway Interface (WSGI) è un protocollo di trasmissione che stabilisce e descrive comunicazioni ed interazioni tra server ed applicazioni web scritte nel linguaggio Python. È quindi l'interfaccia standard del web service per la programmazione in Python. In parole povere, il protocollo specifica come i server si facciano carico delle richieste provenienti dai browser/client ed inoltrino le informazioni richieste alle relative applicazioni, oltre a come utilizzare le informazioni di cui si sono fatti carico e a come rispondere.
Abstract from DBpedia / Wikipedia · CC BY-SA