WSGI¶ class microdot.wsgi.Microdot¶ A subclass of the core Microdot class that implements the WSGI protocol. This class must be used as the application instance when running under a WSGI web server. wsgi_app(environ, start_response)¶ A WSGI application callable.