Searched refs:REQUEST_ENTITY_TOO_LARGE (Results 1 – 6 of 6) sorted by relevance
29 int REQUEST_ENTITY_TOO_LARGE = 413; field
96 REQUEST_ENTITY_TOO_LARGE = (413, 'Request Entity Too Large', variable in HTTPStatus
97 ``413`` ``REQUEST_ENTITY_TOO_LARGE`` HTTP/1.1 :rfc:`7231`, Section 6.5.11
172 case REQUEST_ENTITY_TOO_LARGE : in getReasonPhrase()
144 REQUEST_ENTITY_TOO_LARGE = 413 variable
354 | :const:`REQUEST_ENTITY_TOO_LARGE` | ``413`` | HTTP/1.1, `RFC 2616, Section …