Content deleted Content added
Ubernostrum (talk | contribs) Clarifying middleware |
|||
Line 7:
==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 (usually a [[function (programming)|function]] or a [[method (computer science)|method]]) that is provided by the application side. Additionally WSGI provides [[middleware]]s
A "middleware" component can perform such functions as:
|