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

BootProg/boot16.asm: too small fat16 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 17 08:17:46 2022 +0000 (20 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.