Searched refs:HTTPUnauthorized (Results 1 – 8 of 8) sorted by relevance
24 from paste.httpexceptions import HTTPUnauthorized38 return HTTPUnauthorized(headers=head)
32 from paste.httpexceptions import HTTPUnauthorized103 return HTTPUnauthorized(headers=head)
26 .. autoexception:: HTTPUnauthorized
30 .. autoexception:: HTTPUnauthorized
28 self.assertRaises(webob.exc.HTTPUnauthorized, webapp2.abort, 401)
430 class HTTPUnauthorized(HTTPClientError): class
623 class HTTPUnauthorized(HTTPClientError): class
543 * Changed ``paste.httpexceptions.HTTPUnauthorized`` so that the