Web Server Gateway Interface: Difference between revisions

Content deleted Content added
No edit summary
Line 9:
 
=Specification Overview=
The WSGI interface has two sides: the "server" or "gateway" side, and the "application" or "framework" side. The server side invokes a callable object that is provided by the application side. Additionally WSGI provides middlewares, components that play vothboth sides.
 
A middleware" component can perform such functions as: