freebsd-ports/www/py-selector/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
643 B
Plaintext

WSGI request delegation. (AKA routing.)
This distribution provides WSGI middleware for “RESTful” mapping of URL paths to
WSGI applications. Selector now also comes with components for environ based
dispatch and on-the-fly middleware composition. There is a very simple optional
mini-language for path expressions. Alternately we can easily use regular
expressions directly or even create our own mini-language. There is a simple
“mapping file” format that can be used. There are no architecture specific
features (to MVC or whatever). Neither are there any framework specific
features.
See also: https://github.com/lukearno/selector