spresso.controller.web package

Submodules

spresso.controller.web.wsgi module

class PathDispatcher(default_app, app)[source]

Bases: object

get_application(environ)[source]
class WsgiApplication(application)[source]

Bases: object

Implements WSGI.

HTTP_CODES = {400: '400 Bad Request', 401: '401 Unauthorized', 404: '404 Not Found', 405: '405 Method not allowed', 200: '200 OK', 301: '301 Moved Permanently', 302: '302 Found'}
in_supported_endpoints(endpoints, environ)[source]

Module contents