Waitress WSGI server

E552010

Waitress WSGI server is a production-quality, pure-Python WSGI server designed for serving Python web applications simply and reliably.

Try in SPARQL Jump to: Surface forms Statements Referenced by

All labels observed (1)

Label Occurrences
Waitress WSGI server canonical 1

Statements (53)

Predicate Object
instanceOf Python software
WSGI server
availableVia PyPI NERFINISHED
designedFor serving Python web applications
designGoal ease of deployment
reliability
simplicity
distributedAs Python package
documentation https://docs.pylonsproject.org/projects/waitress/en/latest/
doesNotRequire external C dependencies
feature X-Forwarded-For support
X-Forwarded-Host support
X-Forwarded-Proto support
access logging
adjustable buffer sizes
adjustable timeouts
configurable backlog
configurable connection limits
configurable number of worker threads
connection pooling per thread
graceful shutdown
proxy header support
request body size limits
request logging
homepage https://docs.pylonsproject.org/projects/waitress/en/latest/
implements WSGI specification NERFINISHED
installCommand pip install waitress
intendedUse development server
production deployment
license Zope Public License NERFINISHED
maintainedBy Pylons Project NERFINISHED
programmingLanguage Python
provides HTTP server
repository https://github.com/Pylons/waitress
supports HTTP/1.0
HTTP/1.1
IPv4
IPv6
Python 3 NERFINISHED
Python 3.10
Python 3.11 NERFINISHED
Python 3.12 NERFINISHED
Python 3.8 NERFINISHED
Python 3.9 NERFINISHED
Unix domain sockets
WSGI 1.0
chunked transfer encoding
keep-alive connections
thread-based concurrency
tagline production-quality pure-Python WSGI server
usedBy Pyramid web framework NERFINISHED
various WSGI-compatible frameworks
writtenIn pure Python

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Pylons Project hasComponent Waitress WSGI server