wok view python-paste/description.txt @ rev 25684

Add entry menu to use pm-suspend more friendly (again)
author Stanislas Leduc <shann@slitaz.org>
date Sat Apr 06 11:53:47 2024 +0200 (2 months ago)
parents
children
line source
1 Paste provides several pieces of "middleware" (or filters) that can be nested
2 to build web applications.
3 Each piece of middleware uses the WSGI (PEP 333) interface, and should be
4 compatible with other middleware based on those interfaces.