mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
config BR2_PACKAGE_PYTHON_WAITRESS
|
|
bool "python-waitress"
|
|
help
|
|
Waitress WSGI server.
|
|
|
|
Waitress is a production-quality pure-Python WSGI server
|
|
with very acceptable performance. It has no dependencies
|
|
except ones which live in the Python standard library.
|
|
It supports HTTP/1.0 and HTTP/1.1.
|
|
|
|
https://github.com/Pylons/waitress
|