wok-6.x annotate python-paste/description.txt @ rev 25213
updated python-paste (3.4.0 -> 3.5.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 15:17:25 2022 +0100 (2022-07-13) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25213 | 1 Paste provides several pieces of "middleware" (or filters) that can be nested |
Hans-G?nter@25213 | 2 to build web applications. |
Hans-G?nter@25213 | 3 Each piece of middleware uses the WSGI (PEP 333) interface, and should be |
Hans-G?nter@25213 | 4 compatible with other middleware based on those interfaces. |