│ │ │ │ │ │
│ │ │

Glossary

│ │ │
│ │ │ -
asyncore

A Python standard library module for asynchronous communications. See asyncore.

│ │ │ +
asyncore

A Python standard library module for asynchronous communications. See asyncore.

│ │ │
│ │ │

Changed in version 1.2.0: Waitress has now "vendored" asyncore into itself as waitress.wasyncore. │ │ │ This is to cope with the eventuality that asyncore will be removed from the Python standard library in Python 3.8 or so.

│ │ │
│ │ │
│ │ │
middleware

Middleware is a WSGI concept. │ │ │ It is a WSGI component that acts both as a server and an application.