Searched refs:REQUEST_URI_TOO_LONG (Results 1 – 7 of 7) sorted by relevance
30 int REQUEST_URI_TOO_LONG = 414; field
93 REQUEST_URI_TOO_LONG = (414, 'Request-URI Too Long', variable in HTTPStatus
399 self.send_error(HTTPStatus.REQUEST_URI_TOO_LONG)
97 ``414`` ``REQUEST_URI_TOO_LONG`` HTTP/1.1 :rfc:`7231`, Section 6.5.12
176 case REQUEST_URI_TOO_LONG : in getReasonPhrase()
145 REQUEST_URI_TOO_LONG = 414 variable
358 | :const:`REQUEST_URI_TOO_LONG` | ``414`` | HTTP/1.1, `RFC 2616, Section …