winterthur.request ================== .. py:module:: winterthur.request Classes ------- .. autoapisummary:: winterthur.request.WinterthurRequest Module Contents --------------- .. py:class:: WinterthurRequest(*args, **kwargs) Bases: :py:obj:`onegov.org.request.OrgRequest` Extends the default Morepath request with virtual host support and other useful methods. Virtual hosting might be supported by Morepath directly in the future: https://github.com/morepath/morepath/issues/185 .. py:attribute:: app :type: onegov.winterthur.app.WinterthurApp :class:`morepath.App` instance currently handling request.