Config.in 346 B

1234567891011
  1. config BR2_PACKAGE_PYTHON_WAITRESS
  2. bool "python-waitress"
  3. help
  4. Waitress WSGI server.
  5. Waitress is a production-quality pure-Python WSGI server
  6. with very acceptable performance. It has no dependencies
  7. except ones which live in the Python standard library.
  8. It supports HTTP/1.0 and HTTP/1.1.
  9. https://github.com/Pylons/waitress