Searched refs:ResponseHeaders (Results 1 – 7 of 7) sorted by relevance
24 from webob.headers import ResponseHeaders
80 .. autoclass:: webob.headers.ResponseHeaders
10 class ResponseHeaders(MultiDict): class
60 from webob.headers import ResponseHeaders315 self._headers = ResponseHeaders.view_list(self.headerlist)
37 from webob.headers import ResponseHeaders as BaseResponseHeaders297 class ResponseHeaders(BaseResponseHeaders): class440 self._headers = ResponseHeaders.view_list(self.headerlist)
524 ResponseHeaders([('Content-type', 'text/plain')])616 ResponseHeaders([('Content-Type', 'text/html; charset=utf8'), ('Content-Length', '4')])
781 * Rename class ``webob.headerdict.HeaderDict`` to ``webob.headers.ResponseHeaders``