Searched refs:HTTPRequestURITooLong (Results 1 – 5 of 5) sorted by relevance
39 .. autoexception:: HTTPRequestURITooLong
43 .. autoexception:: HTTPRequestURITooLong
41 self.assertRaises(webob.exc.HTTPRequestURITooLong, webapp2.abort, 414)
508 class HTTPRequestURITooLong(HTTPClientError): class
806 class HTTPRequestURITooLong(HTTPClientError): class