Searched refs:DataApp (Results 1 – 4 of 4) sorted by relevance
21 class DataApp(object): class170 class FileApp(DataApp):184 DataApp.__init__(self, None, headers, **kwargs)224 retval = DataApp.get(self, environ, start_response)347 app = DataApp(None, content_type = content_type,350 app = DataApp(None, content_type = content_type)
25 harness = TestApp(DataApp(b'mycontent'))35 app = DataApp(b"SomeContent")59 app = DataApp(b"SomeContent")84 harness = TestApp(DataApp(b'mycontent'))188 app = DataApp(content)
11 .. autofunction:: DataApp
411 * ``paste.fileapp.DataApp`` now accepts ``allowed_headers=[...]`` to431 ``FileApp`` or ``DataApp`` and overriding ``__call__()`` you may have621 * ``paste.fileapp.DataApp`` is now directly usable (was previously