wok annotate python-paste/description.txt @ rev 25276

updated reiser4progs and reiser4progs-dev (2.0.0 -> 2.0.5)
author Hans-G?nter Theisgen
date Mon Jul 18 14:19:27 2022 +0100 (23 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.