wok annotate python-paste/description.txt @ rev 25826
Up zstd (1.5.7), 10% faster
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 15 14:45:14 2025 +0000 (6 months ago) |
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. |